From a95f9b522bbdd86152ac44af7284f75ddbd4b12f Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 14 Oct 2025 10:31:35 +0200 Subject: [PATCH] refactor(ui): simplify Me page tab labels - Remove count numbers from all tabs (cleaner UI) - Rename "Reading List" to "Bookmarks" (clearer naming) - Keep tab names: Highlights, Bookmarks, Archive, Writings - Reduces visual clutter and improves readability --- src/components/Me.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Me.tsx b/src/components/Me.tsx index d0683d88..2e4aa80a 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -376,7 +376,6 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr > Highlights - ({highlights.length}) {isOwnProfile && ( <> @@ -386,8 +385,7 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr onClick={() => navigate('/me/reading-list')} > - Reading List - ({allIndividualBookmarks.length}) + Bookmarks )} @@ -407,7 +404,6 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr > Writings - ({writings.length})