From 96ede25289e410b98af26a83b09045167bac9e01 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 11 Mar 2022 14:29:33 +0100 Subject: Fix filter menus - replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation - replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active, so a user can immediately see that without having to open the filter pop-up --- changelog/unreleased/9513 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/9513 (limited to 'changelog') diff --git a/changelog/unreleased/9513 b/changelog/unreleased/9513 new file mode 100644 index 000000000..837d7dc99 --- /dev/null +++ b/changelog/unreleased/9513 @@ -0,0 +1,7 @@ +Bugfix: improve filter pop-up menu and button + +- replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation +- replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active, so a user can immediately see that without having to open the filter pop-up + +https://github.com/owncloud/client/issues/9425 +https://github.com/owncloud/client/pull/9513 -- cgit v1.2.3