memory view in chat client

This commit is contained in:
Storme-bit
2026-04-17 19:56:54 -07:00
parent b3fb936494
commit bf074295eb
2 changed files with 81 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ export default function App() {
<AllProjectsView onProjectsChange={refreshProjects}/>
)}
{view === 'settings' && <SettingsView />}
{view === 'settings' && <SettingsView onNavigate={setView} />}
{view === 'project' && activeProject && (
<ProjectView