Color-code Git commit sync status

This commit is contained in:
2026-07-23 09:46:50 +02:00
parent 632822fe1b
commit 3e3b2d9698
8 changed files with 91 additions and 12 deletions

View File

@@ -765,7 +765,9 @@ surface GitHistoryEntryView {
@guarantee SyncStatusIndicator
-- sync_status rendered as a coloured dot.
-- "synced" = both local and remote. "local_only" = local only. "remote_only" = remote only.
-- "synced" = both local and remote, green #73c991.
-- "local_only" = local only, warning yellow #cca700.
-- "remote_only" = remote only, information blue #75beff.
-- A colour legend is shown in the git view header.
}