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.
This commit is contained in:
teknium 2026-06-20 10:16:32 -07:00 committed by Teknium
parent 404fe730b7
commit 838daca9f4
2 changed files with 4 additions and 3 deletions

View file

@ -173,7 +173,7 @@ function FilesystemTab({
disabled={!hasCwd || loading}
onClick={onRefresh}
size="icon-xs"
title={r.refreshTree}
title={r.refreshTree}
variant="ghost"
>
<Codicon name="refresh" size="0.8125rem" spinning={loading} />
@ -183,7 +183,7 @@ function FilesystemTab({
className={HEADER_ACTION_CLASS}
onClick={() => void onChangeFolder()}
size="icon-xs"
title={r.openFolder}
title={r.openFolder}
variant="ghost"
>
<Codicon name="folder-opened" size="0.8125rem" />
@ -194,7 +194,7 @@ function FilesystemTab({
disabled={!hasCwd || !canCollapse}
onClick={onCollapseAll}
size="icon-xs"
title={r.collapseAll}
title={r.collapseAll}
variant="ghost"
>
<Codicon name="collapse-all" size="0.8125rem" />

View file

@ -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",