git commits that are not uploaded should be color coded #104

Closed
opened 2026-07-23 06:36:00 +00:00 by hugo · 1 comment
Owner

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.

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.
hugo added the bug label 2026-07-23 06:36:00 +00:00
Author
Owner

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.

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.
hugo closed this issue 2026-07-23 07:47:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hugo/RuDS#104