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/statistics/+page.svelte | 43 +++++++++++++++++++++++++++++ frontend/src/routes/statistics/+page.ts | 1 + 2 files changed, 44 insertions(+) create mode 100644 frontend/src/routes/statistics/+page.svelte create mode 100644 frontend/src/routes/statistics/+page.ts (limited to 'frontend/src/routes/statistics') 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 @@ + + + + +{#if $query.data && totals} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+{/if} diff --git a/frontend/src/routes/statistics/+page.ts b/frontend/src/routes/statistics/+page.ts new file mode 100644 index 0000000..d3c3250 --- /dev/null +++ b/frontend/src/routes/statistics/+page.ts @@ -0,0 +1 @@ +export const trailingSlash = 'always'; -- cgit v1.2.3-2-gb3c3