From 309028a187ea919561fb301c3ceefb7cd8c07ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Fri, 28 Mar 2025 20:36:29 +0100 Subject: [PATCH 1/3] close #206 remove PfPs --- src/lib/components/PublicationHeader.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/components/PublicationHeader.svelte b/src/lib/components/PublicationHeader.svelte index ac4269a..f9ded78 100644 --- a/src/lib/components/PublicationHeader.svelte +++ b/src/lib/components/PublicationHeader.svelte @@ -5,7 +5,6 @@ import { standardRelays } from '../consts'; import { Card, Img } from "flowbite-svelte"; import CardActions from "$components/util/CardActions.svelte"; - import Profile from "$components/util/Profile.svelte"; import InlineProfile from "$components/util/InlineProfile.svelte"; const { event } = $props<{ event: NDKEvent }>(); @@ -55,11 +54,8 @@ {/if} -
+
-
- -
From 85f9b87e6f6bc4854e00eae0df17d304316a6b68 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 5 Apr 2025 09:58:31 +0200 Subject: [PATCH 2/3] fixes Issue#208 error page rendering of buttons --- src/routes/publication/+error.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/publication/+error.svelte b/src/routes/publication/+error.svelte index a31bec9..96c5e57 100644 --- a/src/routes/publication/+error.svelte +++ b/src/routes/publication/+error.svelte @@ -20,12 +20,12 @@ {page.error?.message}

- -
- \ No newline at end of file + From 714fc768f7e2913616502a6f8d8bec19088c2c0b Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 5 Apr 2025 12:05:05 +0200 Subject: [PATCH 3/3] Changed class to match the others. --- src/routes/publication/+error.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/publication/+error.svelte b/src/routes/publication/+error.svelte index 96c5e57..2cbb819 100644 --- a/src/routes/publication/+error.svelte +++ b/src/routes/publication/+error.svelte @@ -20,10 +20,10 @@ {page.error?.message}

- -