refactor phase 7-8

This commit is contained in:
alorig
2025-11-20 22:40:18 +05:00
parent 45dc0d1fa2
commit 3e142afc7a
11 changed files with 695 additions and 74 deletions

View File

@@ -275,13 +275,8 @@ export default function App() {
} />
{/* Thinker Module */}
<Route path="/thinker" element={
<Suspense fallback={null}>
<ModuleGuard module="thinker">
<ThinkerDashboard />
</ModuleGuard>
</Suspense>
} />
{/* Thinker Module - Redirect dashboard to prompts */}
<Route path="/thinker" element={<Navigate to="/thinker/prompts" replace />} />
<Route path="/thinker/prompts" element={
<Suspense fallback={null}>
<ModuleGuard module="thinker">