refactor: use shadcn sidebar

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent fd724a1b45
commit 1c220490cf
10 changed files with 245 additions and 205 deletions
+5 -1
View File
@@ -7,6 +7,10 @@ export default [
route("workbench", "features/platform/DashboardRoute.tsx"),
route("scripts", "features/platform/ScriptsPage.tsx"),
route("schedules", "features/schedules/SchedulesPageRoute.tsx"),
route("system", "features/admin/SystemAdminRoute.tsx"),
route("system", "routes/system.tsx", [
index("routes/system-index.tsx"),
route("users", "routes/system-users.tsx"),
route("projects", "routes/system-projects.tsx"),
]),
]),
] satisfies RouteConfig;