style: simplify git header controls

Show sync counters only when needed
Use an icon-only identity selector
This commit is contained in:
Bohdan Triapitsyn
2026-05-05 23:57:42 +03:00
parent 7b66bca2c5
commit 16c349417f
2 changed files with 6 additions and 4 deletions
@@ -270,7 +270,7 @@ export const GitHeader: React.FC<GitHeaderProps> = ({
onSelect={onSelectIdentity}
isApplying={isApplyingIdentity}
iconOnly={false}
iconOnly={true}
/>
);