diff --git a/apps/web/src/components/CodeViewerPanel.tsx b/apps/web/src/components/CodeViewerPanel.tsx index b2272dec0..2829470fc 100644 --- a/apps/web/src/components/CodeViewerPanel.tsx +++ b/apps/web/src/components/CodeViewerPanel.tsx @@ -184,7 +184,8 @@ export default function CodeViewerPanel() { size="icon-xs" variant="ghost" onClick={closeViewer} - aria-label="Close code viewer" + aria-label="Close all open files" + title="Close all open files" > diff --git a/apps/web/src/components/file-view/FileViewShell.tsx b/apps/web/src/components/file-view/FileViewShell.tsx index ab4e9aed5..e14399d90 100644 --- a/apps/web/src/components/file-view/FileViewShell.tsx +++ b/apps/web/src/components/file-view/FileViewShell.tsx @@ -87,11 +87,17 @@ export function FileViewShell(props: { initialCwd: string; initialPath: string | onCloseTab={onCloseTab} onCloseAll={onCloseAll} /> -
+
Select code + {modKey}L to add context -