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
At NDC Security conference while using a phone, Ben D noticed that leaderboard didn't appear to sort correctly.
There are 2 root causes for this:
Default column sort is ascending instead of descending which would make more sense considering the use case
On phone in portrait mode, the column sort is collapsed into a dropdown that does not allow you to sort a column descending
This issue would have been present in previous conferences but I assume we used a laptop or iPad where it was easy to spot and fix sort was ascending by clicking the column twice. (not an option on mobile in portrait mode but works in landscape)
Cc: @vladislav-kir @wicksipedia @AntPolkanov @sethdaily @zacharykeeping
Hi @adamcogan,
Describe the Bug
At NDC Security conference while using a phone, Ben D noticed that leaderboard didn't appear to sort correctly.
There are 2 root causes for this:
This issue would have been present in previous conferences but I assume we used a laptop or iPad where it was easy to spot and fix sort was ascending by clicking the column twice. (not an option on mobile in portrait mode but works in landscape)
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
We should default to descending sort for all columns that make sense.
Tasks
Acceptance Criteria
More Information
There is an issue with the table component and we need to override default.
Environment
Screenshots
Thanks!
The text was updated successfully, but these errors were encountered: