From 4449d792acd6520ac8f66beeeec69cbe7fe5ba15 Mon Sep 17 00:00:00 2001 From: alelpoan Date: Sat, 20 Jun 2026 18:44:03 +0300 Subject: [PATCH 1/2] 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 21085912fc60..0e2488a197d6 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" > From 94073cf7fc1a5013e07a44f1ac227bb75d1835d6 Mon Sep 17 00:00:00 2001 From: teknium <127238744+teknium1@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:16:32 -0700 Subject: [PATCH 2/2] chore(desktop): format tooltip indentation + author map for #49697 Re-indent the salvaged title= lines to spaces (prettier), and map alelpoan@proton.me in the release author map. --- apps/desktop/src/app/right-sidebar/index.tsx | 6 +++--- scripts/release.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/desktop/src/app/right-sidebar/index.tsx b/apps/desktop/src/app/right-sidebar/index.tsx index 0e2488a197d6..2b27e80febc9 100644 --- a/apps/desktop/src/app/right-sidebar/index.tsx +++ b/apps/desktop/src/app/right-sidebar/index.tsx @@ -173,7 +173,7 @@ function FilesystemTab({ disabled={!hasCwd || loading} onClick={onRefresh} size="icon-xs" - title={r.refreshTree} + title={r.refreshTree} variant="ghost" > @@ -183,7 +183,7 @@ function FilesystemTab({ className={HEADER_ACTION_CLASS} onClick={() => void onChangeFolder()} size="icon-xs" - title={r.openFolder} + title={r.openFolder} variant="ghost" > @@ -194,7 +194,7 @@ function FilesystemTab({ disabled={!hasCwd || !canCollapse} onClick={onCollapseAll} size="icon-xs" - title={r.collapseAll} + title={r.collapseAll} variant="ghost" > diff --git a/scripts/release.py b/scripts/release.py index 70f3da98a6d5..bc99e973275c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -178,6 +178,7 @@ "scubamount@users.noreply.github.com": "scubamount", "251514042+youngstar-eth@users.noreply.github.com": "youngstar-eth", "155192176+alelpoan@users.noreply.github.com": "alelpoan", + "alelpoan@proton.me": "alelpoan", "aman@abacus.ai": "Aman113114-IITD", "octavio.turra@gmail.com": "octavioturra", "524706+Twanislas@users.noreply.github.com": "Twanislas",