Skip to content

fix(admin): tidy the crowded workspace detail drawer - #963

Merged
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/admin-drawer-polish
Sep 12, 2026
Merged

fix(admin): tidy the crowded workspace detail drawer#963
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/admin-drawer-polish

Conversation

@zachdunn

Copy link
Copy Markdown
Member

What

Light UX tidy of the operator workspace detail drawer (from #961) — it was crowded and a couple of things rendered awkwardly.

  • Usage meters. Storage and uploads each render as a clean line — 8.6 MB of 10 GB stored with a right-aligned 56% on the same baseline and a full-width fill bar beneath. Before, everything sat in one flex-wrap row, so the full-width bar pushed the percent onto its own line floated to the right edge (the stray 0% in the screenshot).
  • Rounded usage. Live storage use shows as 8.6 MB, not 8.550413 MB. Plan caps stay exact.
  • Grouping. The member-invite form and the invite-link generator now sit under their own headings ("Invite a member" / "Invite link"), split by a divider, so the two forms stop reading as one dense block. The existing-links list is retitled "Active links" to not echo the generator heading.

No behavior or wire changes — presentation only.

Verification

  • @uploads/web typecheck: 0 errors; oxlint clean; full web suite (959) passes.
  • No live screenshot: capturing the drawer needs an admin-authed local stack (demo user is role: user, and the dev ports were held). Happy to grab a before/after once a stack is free.

- Usage meters render as a clean 'used of cap' line with a right-aligned
  percent and a full-width bar beneath, instead of a flex-wrap row that floated
  the percent onto its own line at the right edge
- Show live storage use rounded (8.6 MB) rather than raw (8.550413 MB)
- Group the member invite and the invite-link generator under their own
  headings, divided, so the two forms stop reading as one block
@changeset-bot

changeset-bot Bot commented Sep 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 67186cf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • coderabbit:review
  • review
🚫 Excluded labels (none allowed) (1)
  • wip

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: d25ca0bc-0c7a-4f9e-ac5b-4f69fb4aa7a6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
uploads-web 67186cf Commit Preview URL

Branch Preview URL
Sep 12 2026, 12:58 AM

@zachdunn
Zach Dunn (zachdunn) merged commit 02a1a69 into main Sep 12, 2026
4 checks passed
@zachdunn
Zach Dunn (zachdunn) deleted the claude/admin-drawer-polish branch September 12, 2026 00:59
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