From 91cfd5d306aedb4bdcc1c4045611bee7d2270462 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 19 Jan 2025 18:30:28 +0100 Subject: frontend: Add basic statistics page --- frontend/src/routes/+layout.svelte | 3 ++ frontend/src/routes/statistics/+page.svelte | 43 +++++++++++++++++++++++++++++ frontend/src/routes/statistics/+page.ts | 1 + 3 files changed, 47 insertions(+) create mode 100644 frontend/src/routes/statistics/+page.svelte create mode 100644 frontend/src/routes/statistics/+page.ts (limited to 'frontend/src/routes') diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 9a5f3d2..6af3b88 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -63,6 +63,9 @@
+ + + diff --git a/frontend/src/routes/statistics/+page.svelte b/frontend/src/routes/statistics/+page.svelte new file mode 100644 index 0000000..7497bcf --- /dev/null +++ b/frontend/src/routes/statistics/+page.svelte @@ -0,0 +1,43 @@ + + +