Skip to content

Feat( Console UI) : Add Sorting Options for Spaces List #648

@alikhere

Description

@alikhere

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions