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
fix(ui): simplify UI orderable collections table by allowing only ascending order (#14433)
This PR removes the ability to toggle between ascending and descending
order in orderable collections.
We discussed this internally after some users found the
ascending/descending toggle confusing, especially since orderable
collections are not meant to represent alphabetical or numerical sorting
but rather a manual order. If any issues arise from this change, we may
later consider reintroducing the toggle with a clearer icon.
Note: this change only affects the Admin UI. The API remains unchanged.
Developers can still query the database using ascending or descending
order on the `_order` field if needed.
0 commit comments