UI/UX: Consolidate pagination into footer stats bar #19
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 ItemsPage (and AuditPage) have separate pagination controls and a footer stats bar, each consuming their own vertical space. The pagination bar is ~21px and the footer stats bar is 28px — two separate horizontal bars that could be one.
Current Layout (bottom of ItemsPage)
These are stacked vertically, consuming ~49px at the bottom of the page.
Proposed Changes
Impact
MEDIUM — Saves ~20px of vertical space. Cleaner visual hierarchy with one status bar instead of two.
Files
web/src/pages/ItemsPage.tsx(pagination + footer layout)web/src/pages/AuditPage.tsx(if applicable)PaginatedFootercomponent