From 1cc40d182b74d039d024a7a6aa2c87e558feb86a Mon Sep 17 00:00:00 2001 From: Silberengel Date: Fri, 27 Mar 2026 22:19:06 +0100 Subject: [PATCH] add a filter component to all feeds --- src/components/NormalFeed/index.tsx | 16 +- src/components/NoteList/index.tsx | 194 +++++++++++++++- src/components/PostEditor/PostContent.tsx | 210 ++++++++++++++---- src/components/Relay/index.tsx | 1 + src/i18n/locales/de.ts | 30 +++ src/i18n/locales/en.ts | 30 +++ .../primary/NoteListPage/FollowingFeed.tsx | 1 + src/pages/primary/NoteListPage/RelaysFeed.tsx | 1 + .../secondary/RelayReviewsPage/index.tsx | 26 ++- 9 files changed, 455 insertions(+), 54 deletions(-) diff --git a/src/components/NormalFeed/index.tsx b/src/components/NormalFeed/index.tsx index 9bb37d10..d9531eb3 100644 --- a/src/components/NormalFeed/index.tsx +++ b/src/components/NormalFeed/index.tsx @@ -30,6 +30,10 @@ const NormalFeed = forwardRef