-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix filter menus #9513
Fix filter menus #9513
Conversation
ef43f34
to
399acdf
Compare
55b0dbe
to
24e839c
Compare
- 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe merge the entry with 9425?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed
24e839c
to
d3fb638
Compare
d3fb638
to
b4a6fc4
Compare
sigh. something weird happened with this MR. Should be fine now. |
1155ee1
to
2bb811b
Compare
src/gui/protocolwidget.cpp
Outdated
QString ProtocolWidget::filterButtonText(int filterCount) | ||
{ | ||
if (filterCount == 0) { | ||
return tr("Filter"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2bb811b
to
cee58b0
Compare
- 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
cee58b0
to
3e3b3a5
Compare
Please retry analysis of this Pull-Request directly on SonarCloud. |
is not enabled" situation
when a filter is active, so a user can immediately see that without
having to open the filter pop-up