-
Notifications
You must be signed in to change notification settings - Fork 261
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
Replace tune icon with filter icon #10056
Replace tune icon with filter icon #10056
Conversation
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.
The icon component is not registered on the Vue component
@ChristophWurst this is new for me ; how to do that ? Can you help me ? |
Delete mail/src/components/SearchMessages.vue Line 299 in 295a1dc
mail/src/components/SearchMessages.vue Line 321 in 295a1dc
|
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.
@ChristophWurst @Jerome-Herbinet I think it will have to be FilterVariantIcon so it is going to be the list/filter icon (not the funnel) as per https://fonts.google.com/icons?icon.set=Material+Symbols&icon.size=24&icon.color=%235f6368&selected=Material+Symbols+Outlined:filter_list:FILL@1;wght@400;GRAD@0;opsz@24&icon.query=filter ?
295a1dc
to
f4766be
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
bcbda78
to
ad31d76
Compare
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.
Looks good!
Did not test
@jancborchardt could you test it ? |
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.
@Jerome-Herbinet as per my comment before, the icon probably needs to be "FilterVariant".
It should not look like this funnel icon, but rather like this list filter icon.
OK @jancborchardt ; to make finding icons easier, can you tell me how (and/ore where) you easily browse your entire Nextcloud icon collection to select the right one (AFAIK I can't open files viewed as an image...). |
@Jerome-Herbinet as far as I know, that is https://pictogrammers.com/library/mdi/ – but a frontender would have to help here. |
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.
ad31d76
to
79079fc
Compare
What was force pushed? The icon is still to be replaced, right? |
Yes, forget it, I still have to make discussed changes. |
1ed7f14
to
0cb81cb
Compare
Please check and test my last commit @jancborchardt @st3iny |
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.
Seems good – don’t know about the icon naming conventions but it seems the variables usually don’t have "Icon" appended, so you could call it simply "FilterVariant" instead of "FilterVariantIcon"?
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.
Tested and works. Thank you very much :)
Signed-off-by: Jérôme Herbinet <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
0cb81cb
to
71af3f8
Compare
Fixes: #9942
Check commit.
I don't have a test environment. Test from reviewers need.