semantic update

This commit is contained in:
2026-02-23 13:15:48 +03:00
parent 008b6d72c9
commit 26880d2e09
29 changed files with 5134 additions and 958 deletions

View File

@@ -14,6 +14,14 @@
-->
<!-- [DEF:layout:Module] -->
<!--
@TIER: STANDARD
@SEMANTICS: app-layout, auth-gating, navigation-shell
@PURPOSE: Bind global layout shell and conditional login/full-app rendering.
@LAYER: UI
@RELATION: BINDS_TO -> frontend.src.lib.components.layout.Sidebar
@INVARIANT: Login route bypasses shell; all other routes are wrapped by ProtectedRoute.
-->
<script>
import '../app.css';
import Navbar from '../components/Navbar.svelte';