git commits that are not uploaded should be color coded #104
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 git commits have simple icons that show wether they are only local, only remote or bot remote or local. bDS2 had color coding and that should be in RuDS, too. RuDS must follow bDS2 in the color coding for git commits.
Implemented in
3e3b2d9. Git history entries now use bDS2-compatible 8×8 sync-status dots instead of monochrome glyphs: synced/both is #73c991 green, local-only is #cca700 warning yellow, and remote-only is #75beff information blue. Added the same three-item localized legend as bDS2 in all five UI locales, documented the feature, and made the exact palette normative in sidebar_views.allium. Neutral review confirmed the Rust sync states, bDS2 CSS/classes, and Allium semantics align. Verified with an exact-color regression test, localization tests, full cargo test --workspace, cargo build --workspace, full Allium check/analyse, a release macOS bundle, and visual inspection of the localized legend and commit dots.