Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Verbruggen <erik@verbruggen.consulting>2022-03-11 16:29:33 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-14 13:21:21 +0300
commit96ede25289e410b98af26a83b09045167bac9e01 (patch)
tree67f83e78ade0c0ffc9591c67eca95f1877593bac /changelog
parentbfb6743cb507934bd508c7817705a21e085492b2 (diff)
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
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/95137
1 files changed, 7 insertions, 0 deletions
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