memory view in chat client

This commit is contained in:
Storme-bit
2026-04-17 19:50:13 -07:00
parent 05f1fbb04e
commit b3fb936494
3 changed files with 187 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import AllChatsView from './components/AllChatsView';
import AllProjectsView from './components/AllProjectsView';
import SettingsView from './components/SettingsView';
import ProjectView from './components/ProjectView';
import MemoryView from './components/MemoryView';
/**** useHooks **** */
import { useSession } from './hooks/useSession';
@@ -124,6 +125,8 @@ export default function App() {
onNewProjectChat={handleNewProjectChat}
/>
)}
{view === 'memory' && <MemoryView onNavigate={setView} />}
<InfoPanel