diff --git a/frontend/index.html b/frontend/index.html index 705ff05..55d0a6d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,14 +1,16 @@ - - - - - school-timetracker - - -
- - + + + + + school-timetracker + + + +
+ + + diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json index c7a0b10..49869a6 100644 --- a/frontend/jsconfig.json +++ b/frontend/jsconfig.json @@ -17,7 +17,9 @@ */ "sourceMap": true, "esModuleInterop": true, - "types": ["vite/client"], + "types": [ + "vite/client" + ], "skipLibCheck": true, /** * Typecheck JS in `.svelte` and `.js` files by default. @@ -29,5 +31,9 @@ * Use global.d.ts instead of compilerOptions.types * to avoid limiting type declarations. */ - "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"] + "include": [ + "src/**/*.d.ts", + "src/**/*.js", + "src/**/*.svelte" + ] } diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 38f9a5e..f7bcbde 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,52 +1,54 @@
- +
{#if !isAuthenticated} @@ -57,4 +59,3 @@ {/if}
- diff --git a/frontend/src/components/AdminDashboard.svelte b/frontend/src/components/AdminDashboard.svelte index 09c0e7c..ba77bf1 100644 --- a/frontend/src/components/AdminDashboard.svelte +++ b/frontend/src/components/AdminDashboard.svelte @@ -1,179 +1,342 @@
- - - -
- -