-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 up/down arrows icon next to sortable headers on /tags page #2331
Comments
@jywarren I want to work on this !! |
Awesome! !! Can someone investigate the "design pattern" for sorting that seems to be different on https://publiclab.org/wiki ? What is we decided to aim for the same pattern at the top of: |
Agreed -- let's make a new issue to track implementation of this design pattern (clicking on headers, which is nice and compact, and matches our activity/question grids too) across all tables. Thanks! |
I'm not going to close this issue just yet until we open a new one with the follow-ups @Gauravano and @ebarry have suggested, as a checklist. Thanks, everybody!!! |
Awesome! Closing this one then. Thanks so much!!! 👍 |
The Tags page is at https://publiclab.org/tags -- and you can now sort by clicking the table headers, which is awesome. ( @ebarry )
But we'd like to better indicate that kind of sorting -- using an icon indicating sorting, like this:
Name ↕️
https://fontawesome.com/icons/arrows-alt-v?style=solid is nice -- so,
<i class="fa fa-arrows-alt-v"></i>
would go next to each of these lines:plots2/app/views/tag/index.html.erb
Lines 29 to 34 in 8bbbcdd
The text was updated successfully, but these errors were encountered: