diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 944807c1..37d328ad 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -257,6 +257,14 @@ const Debug: React.FC = ({ relayPool }) => { } } + const handleClearBookmarks = () => { + setBookmarkEvents([]) + setBookmarkStats(null) + setTLoadBookmarks(null) + setTDecryptBookmarks(null) + DebugBus.info('debug', 'Cleared bookmark data') + } + const handleBunkerLogin = async () => { if (!bunkerUri.trim()) { setBunkerError('Please enter a bunker URI') @@ -499,7 +507,7 @@ const Debug: React.FC = ({ relayPool }) => {

Bookmark Loading

Test bookmark loading and decryption (kinds: 10003, 30003, 30001, 39701)
-
+
+