mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-21 10:22:18 +00:00
fix: add tooltips to right sidebar header buttons
This commit is contained in:
parent
c329279482
commit
404fe730b7
1 changed files with 3 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ function FilesystemTab({
|
|||
disabled={!hasCwd || loading}
|
||||
onClick={onRefresh}
|
||||
size="icon-xs"
|
||||
title={r.refreshTree}
|
||||
variant="ghost"
|
||||
>
|
||||
<Codicon name="refresh" size="0.8125rem" spinning={loading} />
|
||||
|
|
@ -182,6 +183,7 @@ function FilesystemTab({
|
|||
className={HEADER_ACTION_CLASS}
|
||||
onClick={() => void onChangeFolder()}
|
||||
size="icon-xs"
|
||||
title={r.openFolder}
|
||||
variant="ghost"
|
||||
>
|
||||
<Codicon name="folder-opened" size="0.8125rem" />
|
||||
|
|
@ -192,6 +194,7 @@ function FilesystemTab({
|
|||
disabled={!hasCwd || !canCollapse}
|
||||
onClick={onCollapseAll}
|
||||
size="icon-xs"
|
||||
title={r.collapseAll}
|
||||
variant="ghost"
|
||||
>
|
||||
<Codicon name="collapse-all" size="0.8125rem" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue