From ae69da0be7b9c44f2c30ff0796539c0bb0e76bb8 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 18 Nov 2024 15:58:40 -0800 Subject: [PATCH] Fix app name, make toast dismissable --- src/app/components/Toast.svelte | 7 ++++++- src/lib/components/CardButton.svelte | 4 ++-- zapstore.yaml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/components/Toast.svelte b/src/app/components/Toast.svelte index bacdc961..d8d94e50 100644 --- a/src/app/components/Toast.svelte +++ b/src/app/components/Toast.svelte @@ -1,6 +1,8 @@ {#if $toast} @@ -14,6 +16,9 @@ class:text-base-content={theme === "info"} class:alert-error={theme === "error"}> {$toast.message} + {/key} diff --git a/src/lib/components/CardButton.svelte b/src/lib/components/CardButton.svelte index bc495f60..0982bb2d 100644 --- a/src/lib/components/CardButton.svelte +++ b/src/lib/components/CardButton.svelte @@ -3,7 +3,7 @@
-
+
@@ -16,7 +16,7 @@

-
+
diff --git a/zapstore.yaml b/zapstore.yaml index 35cb2a15..28c170a0 100644 --- a/zapstore.yaml +++ b/zapstore.yaml @@ -1,7 +1,7 @@ flotilla: android: identifier: social.flotilla - name: Coracle + name: Flotilla description: Self-hosted community chat and threads built on the nostr protocol. repository: https://github.com/coracle-social/flotilla artifacts: