better panels

This commit is contained in:
2026-02-18 11:33:30 +00:00
parent fee9682fca
commit 5e2b2fad81
11 changed files with 70 additions and 42 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function App() {
<Route path="/chat/opencode/new" element={<Dashboard.OpenCodeChat />} />
<Route path="/chat/opencode/:sessionId" element={<Dashboard.OpenCodeChat />} />
<Route path="/plans" element={<Dashboard.Plans />} />
<Route path="/files" element={<Dashboard.Files />} />
<Route path="/files" element={<Dashboard.FilesPage />} />
<Route path="/terminal" element={<Dashboard.Terminal />} />
<Route path="/code-editor" element={<Dashboard.CodeEditor />} />
<Route path="/skills" element={<Dashboard.Skills />} />