mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
5479159960
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 |
||
---|---|---|
.. | ||
aclui | ||
components | ||
lib | ||
models | ||
ui | ||
ui2018 | ||
widgets | ||
app.css | ||
app.js | ||
declarations.d.ts | ||
exposeModulesForTests.js | ||
logo.css | ||
tsconfig.json |