diff --git a/app/commit.json b/app/commit.json index 7dc591924..d04eff349 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "282beb96e2ee92ba8b1174aaaf9f270e03a288e8", "version": "0.0.2" } +{ "commit": "a2330084eb9c960dff0a58b7e45f501266fc12a1" } diff --git a/app/components/workbench/EditorPanel.tsx b/app/components/workbench/EditorPanel.tsx index f68e030e8..c8af1a700 100644 --- a/app/components/workbench/EditorPanel.tsx +++ b/app/components/workbench/EditorPanel.tsx @@ -20,6 +20,7 @@ import { FileBreadcrumb } from './FileBreadcrumb'; import { FileTree } from './FileTree'; import { DEFAULT_TERMINAL_SIZE, TerminalTabs } from './terminal/TerminalTabs'; import { workbenchStore } from '~/lib/stores/workbench'; +import WithTooltip from '~/components/ui/Tooltip'; interface EditorPanelProps { files?: FileMap; @@ -53,6 +54,8 @@ export const EditorPanel = memo( }: EditorPanelProps) => { renderLogger.trace('EditorPanel'); + // const activeTab = useState<'files' | 'git'>('files'); + const theme = useStore(themeStore); const showTerminal = useStore(workbenchStore.showTerminal); @@ -72,21 +75,28 @@ export const EditorPanel = memo( - -
- -
- Files - - + +
+
+ +
+ +
+
+ +
+ Files + + +