-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Description
Currently, the Spaces list in Storacha Console does not provide any sorting options.
As a result:
- Newest spaces appear at the bottom of the list by default
- Users cannot control how spaces are ordered
- It becomes difficult to locate recently created or large spaces as the list grows
Proposed Solution
Introduce a “Sort by” option for the Spaces list with the following sorting criteria:
- Newest (most recently created spaces first)
- Oldest (earliest created spaces first)
- Name (A–Z) (alphabetical ascending)
- Name (Z–A) (alphabetical descending)
Note: Sorting by Storage Used is preferred over a generic “uses” metric, as it is more objective and actionable for users.
Expected Behavior
- Newest spaces should appear at the top by default
- Users should be able to change sorting via a dropdown or similar UI control
- Sorting should apply instantly without page reload
- Persist selected sort option using URL params or local storage
Benefits
- Improved usability and discoverability
- Better handling of large numbers of spaces
- More intuitive and industry-standard behavior
- Helps users identify recent or storage-heavy spaces quickly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels