Skip to content

feat(ui): sortable columns, size totals, and copy-URL button in blobs table - #29

Open
johnbnevin wants to merge 1 commit into
sebdeveloper6952:masterfrom
johnbnevin:feat/sortable-blobs-table
Open

feat(ui): sortable columns, size totals, and copy-URL button in blobs table#29
johnbnevin wants to merge 1 commit into
sebdeveloper6952:masterfrom
johnbnevin:feat/sortable-blobs-table

Conversation

@johnbnevin

Copy link
Copy Markdown

Summary

Small UX improvements to the admin blobs table:

  • Sortable columns — click any column header (hash, size, type, uploader, uploaded) to sort; click again to reverse direction. Active sort indicated with ▲/▼. Sensible default direction per column (size/uploaded sort descending first).
  • Size totals — the blob count line now shows total bytes, and filtered totals when searching/filtering.
  • Copy URL action — one-click blob URL copy next to the existing Open button.

Single-file change to ui/src/routes/blobs/+page.svelte (+69/−9). Verified with pnpm build and svelte-check (0 errors, 0 warnings).

… table

- Click any column header (hash, size, type, uploader, uploaded) to
  sort; click again to reverse direction. Active sort shown with
  arrow indicator. Sensible default direction per column.
- Show total byte size alongside blob counts (and filtered totals
  when searching/filtering).
- Add 'Copy URL' action next to 'Open' for one-click blob URL copy.
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.

1 participant