scroll bars are too prominent and should be more in line with. modern UI patterns #29
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?
right now the scroll bars feel thick and too prominent. modern UI usually has scroll bars thin and muted in look and I want that for this app, too.
Implemented in
c56550f. Added a shared compact scrollbar geometry and muted interaction styling, applied it across every visible application scroll surface while retaining the intentionally hidden tab-strip scrollbar. Added a regression test for dimensions, opacity, and hover behavior. Neutral review found alignment with the issue, bDS2's unobtrusive scroll behavior, the UI style guide, and Allium scrolling obligations. Verified with cargo fmt --check, cargo build --workspace, the full cargo test --workspace suite, and visual QA on populated sidebar, Settings, and Tags views.