mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
dev day #99
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%%{init: {"theme":"forest","flowchart":{"curve":"linear"},"themeCSS":".edgePath path { stroke-dasharray: 6 4; animation: dash 16s linear infinite; } @keyframes dash { to { stroke-dashoffset: -1000; } }" }}%%
|
||||
%%{init: {"theme":"forest","securityLevel":"loose","flowchart":{"curve":"linear","useMaxWidth":true,"nodeSpacing":35,"rankSpacing":45},"themeCSS":".edgePath path { stroke-opacity:.6 } .cluster rect { rx:8; ry:8 }" }}%%
|
||||
flowchart TD
|
||||
%% Routes to Pages Mapping (from App.lazy.tsx)
|
||||
classDef page fill:#fff7ed,stroke:#f59e0b,color:#7c2d12;
|
||||
@@ -7,6 +7,7 @@ flowchart TD
|
||||
Router[BrowserRouter]:::route --> Routes:::route
|
||||
|
||||
subgraph PublicRoutes[Public Routes]
|
||||
direction LR
|
||||
R0["/"]:::route --> HomeRoute:::route --> HomePage:::page
|
||||
R1["/blog"]:::route --> BlogRoute:::route --> BlogPage:::page
|
||||
R2["/hledat"]:::route --> SearchPage:::page
|
||||
@@ -60,6 +61,7 @@ flowchart TD
|
||||
end
|
||||
|
||||
subgraph AdminRoutes[Admin Routes - guarded by ProtectedRoute]
|
||||
direction LR
|
||||
A0["/admin"]:::route --> AdminDashboardPage:::page
|
||||
A1["/admin/docs"]:::route --> AdminDocsPage:::page
|
||||
A2["/admin/o-klubu"]:::route --> AboutAdminPage:::page
|
||||
|
||||
Reference in New Issue
Block a user