From 404fe730b7a247da40b1707b9887fbb1fb58eb0d Mon Sep 17 00:00:00 2001 From: alelpoan Date: Sat, 20 Jun 2026 18:44:03 +0300 Subject: [PATCH] fix: add tooltips to right sidebar header buttons --- apps/desktop/src/app/right-sidebar/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/desktop/src/app/right-sidebar/index.tsx b/apps/desktop/src/app/right-sidebar/index.tsx index 21085912fc6..0e2488a197d 100644 --- a/apps/desktop/src/app/right-sidebar/index.tsx +++ b/apps/desktop/src/app/right-sidebar/index.tsx @@ -173,6 +173,7 @@ function FilesystemTab({ disabled={!hasCwd || loading} onClick={onRefresh} size="icon-xs" + title={r.refreshTree} variant="ghost" > @@ -182,6 +183,7 @@ function FilesystemTab({ className={HEADER_ACTION_CLASS} onClick={() => void onChangeFolder()} size="icon-xs" + title={r.openFolder} variant="ghost" > @@ -192,6 +194,7 @@ function FilesystemTab({ disabled={!hasCwd || !canCollapse} onClick={onCollapseAll} size="icon-xs" + title={r.collapseAll} variant="ghost" >