-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Request: add tags to options icon #1060
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
Comments
I don't know what icon Meta Creator Studio uses, but if you're looking for something like Font Awesome sliders or youtube filter icon, the "options" Is that what you had in mind? |
Oh wow, what. I swear to God, I was searching for this icon for some time and did not see it. Suggestion then: add "sliders" and "filters" words to this icon, so that it appears when searching. Thank you! |
Fixed in #1447 |
* chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <[email protected]> * Update package.json Co-authored-by: Maria Hutt <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <[email protected]> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <[email protected]> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <[email protected]> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <[email protected]> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <[email protected]> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <[email protected]> Co-authored-by: Maria Hutt <[email protected]>
Hi,
There is currently a filter icon that represents funnel. However I would argue that this icon is more suitable for the action - filtering, but not for filters themselves.
An example situation: we have a feed of news. Users are allowed to toggle on and off certain types of news items, but those toggles/filters are hidden by default and one has to press a button "Filters" to show them. Now funnel does not really represent what that button is hiding. What better represents would be something like Font Awesome example below.
Font Awesome "sliders" icon: https://fontawesome.com/icons/sliders?s=solid - this is a much clearer representation of what user can do after clicking a button with this icon. It show possibilities for "tinkering with settings" to receive a wanted result.
Some usage examples:
I hope I made it quite clear what I am suggesting :)
The text was updated successfully, but these errors were encountered: