From 75395ae180b41522b4d58e75c169fc011bf8eabc Mon Sep 17 00:00:00 2001
From: padreug
Date: Thu, 23 Oct 2025 15:44:56 +0200
Subject: [PATCH] FIX: Show events even if no posts
Moves the "no posts" message to only display when there are no posts and no scheduled events.
Also, ensures "end of feed" message is displayed only when there are posts to show.
---
.../nostr-feed/components/NostrFeed.vue | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/modules/nostr-feed/components/NostrFeed.vue b/src/modules/nostr-feed/components/NostrFeed.vue
index 0c2ae18..3afdbdc 100644
--- a/src/modules/nostr-feed/components/NostrFeed.vue
+++ b/src/modules/nostr-feed/components/NostrFeed.vue
@@ -464,17 +464,6 @@ function cancelDelete() {
-
-
-
-
- No posts yet
-
-
- Check back later for community updates.
-
-
-
@@ -559,8 +548,19 @@ function cancelDelete() {
/>
+
+
+
+
+ No posts yet
+
+
+ Check back later for community updates.
+
+
+
-