feat(app): add filetree tooltips with diff labels

This commit is contained in:
David Hill
2026-01-27 16:04:31 +00:00
parent 82068955f7
commit 8ee5376f9b
2 changed files with 43 additions and 3 deletions

View File

@@ -2664,7 +2664,6 @@ export default function Page() {
allowed={diffFiles()}
kinds={kinds()}
draggable={false}
tooltip={false}
onFileClick={(node) => focusReviewDiff(node.path)}
/>
</Show>
@@ -2681,7 +2680,6 @@ export default function Page() {
path=""
modified={diffFiles()}
kinds={kinds()}
tooltip={false}
onFileClick={(node) => openTab(file.tab(node.path))}
/>
</Tabs.Content>