From b369ed5821d7b9a79784aeb4408f66723fe7d3d4 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Tue, 28 Jul 2026 19:28:59 +0300 Subject: [PATCH] fix: make sync action tooltip trigger focusable Wraps the sync button in a focusable trigger when rebase sync is blocked Preserves the existing sync button behavior and labels Improves tooltip access for keyboard users --- .../src/components/views/git/SyncActions.tsx | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/packages/ui/src/components/views/git/SyncActions.tsx b/packages/ui/src/components/views/git/SyncActions.tsx index 710b2ee2..b5e37233 100644 --- a/packages/ui/src/components/views/git/SyncActions.tsx +++ b/packages/ui/src/components/views/git/SyncActions.tsx @@ -74,23 +74,25 @@ export const SyncActions: React.FC = ({
- + + + {tooltipLabel}