UI/UX: Compact toolbar spacing #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The toolbar areas on ItemsPage and AuditPage have generous padding and gaps between elements, consuming more vertical space than necessary. The toolbar is functional chrome, not content — it should be as compact as possible.
Current Values
ItemsToolbar (
web/src/components/items/ItemsToolbar.tsx)0.75rem 0(12px top/bottom)0.5rembottom (8px)0.75rem(12px)0.4rem 0.75rem0.3-0.4remAuditPage toolbar area
0.75rembottom margin0.5rembottomProposed Changes
0.75rem 0to0.5rem 00.5remto0.25rem0.75remto0.5rem0.4rem 0.75remto0.3rem 0.5rem0.75remto0.35remImpact
LOW-MEDIUM — Saves ~12-15px vertical space. Small individually, but compounds with other density improvements.
Files
web/src/components/items/ItemsToolbar.tsxweb/src/pages/AuditPage.tsx(summary bar)web/src/components/audit/AuditTable.tsx(if toolbar is there)