From 0ae6af781828c18156f308f97713b616b10c68b5 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sun, 9 Mar 2025 21:16:17 +0100 Subject: [PATCH] updated AlphaNotice to be collapsed by default --- src/lib/components/AlphaNotice.svelte | 18 +++++++++++++----- src/routes/about/+page.svelte | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/lib/components/AlphaNotice.svelte b/src/lib/components/AlphaNotice.svelte index 45efed4..3b2177b 100644 --- a/src/lib/components/AlphaNotice.svelte +++ b/src/lib/components/AlphaNotice.svelte @@ -1,10 +1,18 @@ + +

This is an Alpha Version

-

- Note that this Dashboard is in an alpha state. This means that there are bugs and missing features. - Please report any bugs or issues to the - GitHub repository. -

+ {#if expanded} +

+ Note that this Dashboard is in an alpha state. This means that there are bugs and missing features. + Please report any bugs or issues to the + GitHub repository. +

+ {:else} + More Info + {/if}