From 622721927b3649d7352b0b02223b16dc3c140cf8 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 30 Aug 2023 18:23:28 +0200 Subject: [PATCH] :sparkles: Resolves #250 --- .../popover/commandpalettenotice.svelte | 27 ++++++++++ .../lib/components/popover/smalltop.svelte | 52 +++++++++++-------- .../src/lib/components/popover/smalltop.ts | 3 +- frontend/src/lib/i18n/locales/de.json | 3 +- frontend/src/lib/i18n/locales/en.json | 3 +- frontend/src/routes/dashboard/+page.svelte | 2 + 6 files changed, 65 insertions(+), 25 deletions(-) create mode 100644 frontend/src/lib/components/popover/commandpalettenotice.svelte diff --git a/frontend/src/lib/components/popover/commandpalettenotice.svelte b/frontend/src/lib/components/popover/commandpalettenotice.svelte new file mode 100644 index 0000000..d0b6b3d --- /dev/null +++ b/frontend/src/lib/components/popover/commandpalettenotice.svelte @@ -0,0 +1,27 @@ + + + + + diff --git a/frontend/src/lib/components/popover/smalltop.svelte b/frontend/src/lib/components/popover/smalltop.svelte index 32979b5..0f96737 100644 --- a/frontend/src/lib/components/popover/smalltop.svelte +++ b/frontend/src/lib/components/popover/smalltop.svelte @@ -4,56 +4,64 @@ SPDX-FileCopyrightText: 2023 Marlon W (Mawoka) SPDX-License-Identifier: MPL-2.0 --> - {#if open} -
+