From 54bd59fa2deb57fb73851e2e781207f044cb5a93 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 16:25:03 +0200 Subject: [PATCH] refactor: rename Amethyst-style bookmarks to Old Bookmarks (Legacy) --- src/components/BookmarkList.tsx | 2 +- src/components/Me.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BookmarkList.tsx b/src/components/BookmarkList.tsx index 60cd3b3d..13343259 100644 --- a/src/components/BookmarkList.tsx +++ b/src/components/BookmarkList.tsx @@ -97,7 +97,7 @@ export const BookmarkList: React.FC = ({ { key: 'private', title: 'Private bookmarks', items: groups.privateItems }, { key: 'public', title: 'Public bookmarks', items: groups.publicItems }, { key: 'web', title: 'Web bookmarks', items: groups.web }, - { key: 'amethyst', title: 'Amethyst-style bookmarks', items: groups.amethyst } + { key: 'amethyst', title: 'Old Bookmarks (Legacy)', items: groups.amethyst } ] // Add bookmark sets as additional sections diff --git a/src/components/Me.tsx b/src/components/Me.tsx index b185a3b1..64bc4e6c 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -177,7 +177,7 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr { key: 'private', title: 'Private bookmarks', items: groups.privateItems }, { key: 'public', title: 'Public bookmarks', items: groups.publicItems }, { key: 'web', title: 'Web bookmarks', items: groups.web }, - { key: 'amethyst', title: 'Amethyst-style bookmarks', items: groups.amethyst } + { key: 'amethyst', title: 'Old Bookmarks (Legacy)', items: groups.amethyst } ] // Show content progressively - no blocking error screens