fix(admin): tidy the crowded workspace detail drawer - #963
Conversation
- 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
|
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
Deploying with
|
| 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 |
What
Light UX tidy of the operator workspace detail drawer (from #961) — it was crowded and a couple of things rendered awkwardly.
8.6 MB of 10 GB storedwith a right-aligned56%on the same baseline and a full-width fill bar beneath. Before, everything sat in oneflex-wraprow, so the full-width bar pushed the percent onto its own line floated to the right edge (the stray0%in the screenshot).8.6 MB, not8.550413 MB. Plan caps stay exact.No behavior or wire changes — presentation only.
Verification
@uploads/webtypecheck: 0 errors; oxlint clean; full web suite (959) passes.role: user, and the dev ports were held). Happy to grab a before/after once a stack is free.