feat(historique): page /historique — liste paginée des productions + gating plan (Sprint 3.7)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
da4e465125
commit
a752029c19
12 changed files with 762 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import { DashboardPage } from '@/features/dashboard/pages/DashboardPage'
|
|||
import { SimulationPage } from '@/features/simulations/pages/SimulationPage'
|
||||
import { SujetsPage } from '@/features/simulations/pages/SujetsPage'
|
||||
import { RapportPage } from '@/features/simulations/pages/RapportPage'
|
||||
import { HistoriquePage } from '@/features/historique/pages/HistoriquePage'
|
||||
import { SimulationFlowProvider } from '@/features/simulations/state/SimulationFlowProvider'
|
||||
import { AppLayout } from './AppLayout'
|
||||
|
||||
|
|
@ -71,7 +72,7 @@ export function AppRouter() {
|
|||
<Route path="/examen" element={<ComingSoon />} />
|
||||
<Route path="/progression" element={<ComingSoon />} />
|
||||
<Route path="/methodologie" element={<ComingSoon />} />
|
||||
<Route path="/historique" element={<ComingSoon />} />
|
||||
<Route path="/historique" element={<HistoriquePage />} />
|
||||
<Route path="/plan" element={<ComingSoon />} />
|
||||
<Route path="/parametres" element={<ComingSoon />} />
|
||||
</Route>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue