From 838daca9f4cf1da1469a991541e706261f68a095 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] 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 0e2488a197d..2b27e80febc 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 70f3da98a6d..bc99e973275 100755
--- a/scripts/release.py
+++ b/scripts/release.py
@@ -178,6 +178,7 @@ AUTHOR_MAP = {
"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",