-
Notifications
You must be signed in to change notification settings - Fork 744
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
Add a few existing icons to menus #1335
Conversation
Each menu links should have an icon for consistency. New icons could be added to
Open to suggestions if there are better icons on https://tabler-icons.io/ |
I like your idea to distinguish between "mark" versus "mark all". Will send an updated patch in a few days. |
Added the two aforementioned icons. Missing, with some ideas:
I'll wait for your feedback before adding more icons. |
Let's try something like that:
|
Also added:
At this point there are so many icons it was hard to keep track of them all with individual commits; I've gone ahead and squashed everything. |
Actually, the category page ( On more thing, in the file |
No problem, fixed (in the same commit).
Did this in a separate commit for ease of review and to possibly spot typos, we could squash it once you're happy with it. For reference:
|
LGTM. This page seems to have a missing icon: |
- refresh: https://tabler-icons.io/i/refresh - edit: https://tabler-icons.io/i/edit - delete: https://tabler-icons.io/i/delete - mark page as read: https://tabler-icons.io/i/check - mark all as read: https://tabler-icons.io/i/checks - show all entries: https://tabler-icons.io/i/eye - show only unread entries: https://tabler-icons.io/i/eye-off - create category: https://tabler-icons.io/i/folder-plus - add subscription: https://tabler-icons.io/i/plus - import: https://tabler-icons.io/i/file-import - export: https://tabler-icons.io/i/file-export - categories: https://tabler-icons.io/i/folders
Thanks, added. Also squashed the commits. |
Do you follow the guidelines?
Notes:
sprite.svg
. If desired, we could incorporate more icons from https://tabler-icons.io/, but opted to keep it simple / minimal for now.Sample view attached below.
![127 0 0 1_8080_feed_1_entries (1)](https://user-images.githubusercontent.com/2840106/149877043-a8cfada4-26fa-4824-b29c-af16e42ed3e3.png)