nova-mega-filter icon indicating copy to clipboard operation
nova-mega-filter copied to clipboard

Feature: column counter

Open LorenzoSapora opened this issue 4 years ago • 1 comments

Visually, when the filter is closed, it's not immediately obvious that columns are unchecked/checked. Especially with the 'saved' status in vue, clicking on another resource, then coming back, an end-user might assume something's wrong, or be unaware they have column filters active.

I'll add this to the list of things I want to work on, so expect a PR at some point in the future. Of course, some pointers would always be helpful if you know how you'd do that in your code base at the moment :)

LorenzoSapora avatar Jan 16 '20 11:01 LorenzoSapora

Yeah agree this would be a nice thing to have and perhaps the way it should work would need to be like:

If you have 10 fields and 5 of them are checked by default, the initial counter should be 0 even thou there are 5 actives because that is the default state nothing has changed, if you do turn one of them to false then the counter updates to 1 same thing for the ones that started as unchecked, this way the counter only counts what is "different" from what is the default settings,

I think this should be easy to do just frontend code is required.

milewski avatar Jan 16 '20 13:01 milewski