gristlabs_grist-core/app
Cyprien P 5479159960 (core) add + button to the filter bar
Summary:
 - Adds a + button to the filter. Button triggers a menu that allow to
add one of the column that does not already have a filter set.

Caveats:
 - for now menu only allows to choose from visible column.
 - This diff introduces a slight change of behavior of how filter works:
     - Filter used to be automatically removed when user set them to all
inclusive (ie: by clicking the `All` button).
     - With this diff, it is no longer the case.
     - indeed, when filter are added to the filter bar with the `+` btn they are initially in the `all inclusive` state, hence would have been removed with the above mention behaviour.

Test Plan: Added new test to nbrowser/FilterBar

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2776
2021-04-20 19:46:44 +02:00
..
client (core) add + button to the filter bar 2021-04-20 19:46:44 +02:00
common (core) optimization: remove lodash/pullAt 2021-04-15 21:18:47 -04:00
gen-server (core) make AccessRules and FullCopies effective 2021-03-25 15:05:26 -04:00
plugin (core) hide long sequences of unchanged rows in diffs 2020-11-19 18:19:54 -05:00
server (core) support subscriptions to a doc with row-dependent column read permissions 2021-04-16 14:42:34 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00