refactor: rename Amethyst-style bookmarks to Old Bookmarks (Legacy)

This commit is contained in:
Gigi
2025-10-15 16:25:03 +02:00
parent b19f5f55f7
commit 54bd59fa2d
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ export const BookmarkList: React.FC<BookmarkListProps> = ({
{ 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

View File

@@ -177,7 +177,7 @@ const Me: React.FC<MeProps> = ({ 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