Skip to content

feat(ui-react): add SpaceBlobs and export; refactor(console): use sha…#600

Open
luisawatkins wants to merge 1 commit intostoracha:mainfrom
luisawatkins:feat/ui-react-space-blobs
Open

feat(ui-react): add SpaceBlobs and export; refactor(console): use sha…#600
luisawatkins wants to merge 1 commit intostoracha:mainfrom
luisawatkins:feat/ui-react-space-blobs

Conversation

@luisawatkins
Copy link

Extracts space content listing UI into @storacha/ui-react as a reusable SpaceBlobs component. Updates Console's /space/[did]/blobs page to consume the shared component, centralizing table UI and establishing a pattern for shared presentational components.

Changes

New Component

Added SpaceBlobs to @storacha/ui-react:

  • Renders blob table with digest (base58btc), timestamp, and size
  • Provides onNext, onPrev, onRefresh callbacks for pagination and reload
  • Shows empty state with reload button and optional upload CTA
  • Framework-agnostic, purely presentational

Integration

  • Exported SpaceBlobs from package index
  • Updated Console blobs page to use shared component
  • Preserved data fetching and state management in app layer

Closes #599

@luisawatkins luisawatkins requested a review from travis as a code owner December 15, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract Space Blobs listing into @storacha/ui-react and update Console

1 participant