feat(ui): collapsible sidebar, build version, unified table rows - #211
Closed
schronck wants to merge 3 commits into
Closed
feat(ui): collapsible sidebar, build version, unified table rows#211schronck wants to merge 3 commits into
schronck wants to merge 3 commits into
Conversation
Sidebar collapses to a 56px icon rail (state persisted). Build version + date always shown at the sidebar bottom — version injected from the crate version (build.rs APP_VERSION) with a Cargo.toml fallback for dev/mock — and the build-date/swagger click easter egg removed.
Every list row is a uniform 48px (theme MuiTableCell height) regardless of whether it carries a copy button/chip or just text, fixing the shorter Config-peers and DAR-compare rows. Normalized outlier per-cell paddings; collapsible audit-detail rows opt out via height:auto.
Leading/trailing table cells inset content via max(16px, calc((100vw - 1560px)/2)) so content centers to ~1300px on big monitors (180px each side at 1920px, 500px at 2560px), while row rules and zebra fills stay full-bleed (edge to edge).
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #209 (base
feat/ui/mock-mode) — review/merge after it. Developed against mock mode.Changes
Collapsible sidebar
localStorage.Always-on build version
v0.1.10 · 2026-06-22 14:54). Version injected from the crate version (build.rs→APP_VERSION→ vite__APP_VERSION__), with aCargo.tomlfallback sonpm run dev/ mock mode also show the real version.Logoeaster egg (5-click build-date reveal + 10-click/swagger-ui/redirect). Swagger remains at/swagger-ui/.Unified table row heights
MuiTableCellheight) regardless of whether it carries a copy button / chip or just text — fixes the shorter Config-peers and DAR-compare rows. Normalized outlier per-cell paddings. Collapsible audit-detail rows opt out viaheight: auto.Large-screen layout
Notes
build.rsnow passesAPP_VERSIONto the frontend build (only change outsidefrontend/).🤖 Generated with Claude Code