From d96d10723a0bd62f420a47fcf5e8ea0356674a0d Mon Sep 17 00:00:00 2001 From: mleku Date: Thu, 9 Oct 2025 17:41:10 +0100 Subject: [PATCH] events view works with infinite scroll and load more button, filter switch to show only user's events --- app/web/src/App.svelte | 465 +++++++++++++++++++++++------------------ app/web/src/nostr.js | 82 +++++++- 2 files changed, 346 insertions(+), 201 deletions(-) diff --git a/app/web/src/App.svelte b/app/web/src/App.svelte index f92cc5b..28491fe 100644 --- a/app/web/src/App.svelte +++ b/app/web/src/App.svelte @@ -1,6 +1,6 @@