You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the website quite a lot for the past few years and here are some improvements that, I think, can be made:
An ability to change color scheme. My OS color scheme is always dark, and based on that, the website is always dark as well. In most cases, the project I work on has a light color scheme only (I suppose it is still the case for most companies). It would be useful for me to preview the icons in the light color scheme without changing the OS settings. For me, it is also much easier to choose icons with a light color scheme, but I'm not sure why, it's just easier to quickly look through the icons list.
Improve search to display more relevant results first. Given the total number of icons, it has become quite hard to find the icon that I need. For example, if I search for lock, the Lock icon will be in the search results but at the very end of the 100+ icons list, while the first results are mostly irrelevant to my search query. I've used fuse.js for this kind of search previously, and it worked well – https://www.fusejs.io/
Search input accessibility with keyboard. It will be useful if the search input had autofocus attribute – I want to start searching as soon as the website loads. Ctrl + K/Cmd + K command can be added to focus the search input. Additionally, the search input can have sticky position to always be on the screen when the user scrolls down to the icons list.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been using the website quite a lot for the past few years and here are some improvements that, I think, can be made:
lock
, the Lock icon will be in the search results but at the very end of the 100+ icons list, while the first results are mostly irrelevant to my search query. I've used fuse.js for this kind of search previously, and it worked well – https://www.fusejs.io/Ctrl + K
/Cmd + K
command can be added to focus the search input. Additionally, the search input can have sticky position to always be on the screen when the user scrolls down to the icons list.Beta Was this translation helpful? Give feedback.
All reactions