Add: No toast notification system or success feedback + No corrections/supersession UI

This commit is contained in:
voltsrage
2026-06-27 16:36:35 +08:00
parent efd3974d1f
commit 2d36d1a5dd
15 changed files with 598 additions and 29 deletions
+13
View File
@@ -65,6 +65,19 @@ const routes: RouteRecordRaw[] = [
},
props: true,
},
{
path: '/patients/:patientId/history',
name: 'PatientHistory',
component: () => import('../views/PatientHistoryView.vue'),
meta: { requiresAuth: true },
props: true,
},
{
path: '/patients',
name: 'PatientSearch',
component: () => import('../views/PatientHistoryView.vue'),
meta: { requiresAuth: true },
},
{
path: '/live-capture',
name: 'LiveCapture',