From 3ae25feddc459ec78d6c7ec80a54292b30ef5830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicole=20Miko=C5=82ajczyk?= Date: Thu, 27 Mar 2025 17:12:29 +0100 Subject: [PATCH] pl-fe: idk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicole Mikołajczyk --- packages/pl-fe/src/components/status.tsx | 4 ++-- .../src/features/notifications/components/notification.tsx | 7 +++++-- packages/pl-fe/src/features/status/components/thread.tsx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index b33f788d9..d35c6d3af 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -311,7 +311,7 @@ const Status: React.FC = (props) => { }; return ( - +
: {status.filtered.join(', ')}. @@ -348,7 +348,7 @@ const Status: React.FC = (props) => { }; return ( - +
= (props) => { const { openModal } = useModalsStore(); const { settings } = useSettingsStore(); + const node = useRef(null); + const notification = useAppSelector((state) => getNotification(state, props.notification)); const status = getNotificationStatus(notification); @@ -409,11 +411,12 @@ const Notification: React.FC = (props) => { ); return ( - +
diff --git a/packages/pl-fe/src/features/status/components/thread.tsx b/packages/pl-fe/src/features/status/components/thread.tsx index 0a3ce8ca9..e9109bde0 100644 --- a/packages/pl-fe/src/features/status/components/thread.tsx +++ b/packages/pl-fe/src/features/status/components/thread.tsx @@ -346,7 +346,7 @@ const Thread: React.FC = ({ {status.deleted ? ( ) : ( - +