Skip to content
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

Standardize sort icons for data table and message list. #13982

Closed
linuspahl opened this issue Nov 16, 2022 · 0 comments · Fixed by #13987
Closed

Standardize sort icons for data table and message list. #13982

linuspahl opened this issue Nov 16, 2022 · 0 comments · Fixed by #13987
Assignees
Labels

Comments

@linuspahl
Copy link
Contributor

Description

The icons we use for ascending and descending sort are unified and the sorting works as expected, but currently the icons are not standardized, compared with other applications.

Currently we display the following icons.

Ascending sort (A...Z):
image

Descending sort (Z...A):
image

Instead we should consider displaying the following icons.

Ascending sort (A...Z):
image

Descending sort (Z...A):
image

We can also create a shared component like SortIcon which we can be reused everywhere where we want to display a sort icon. Ideally it would also support multi sort.

  • Graylog Version: 5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants