mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 03:24:31 +01:00
Created bookmarkStream.ts with shared helpers: - getEventKey: deduplication logic - hasEncryptedContent: encryption detection - loadBookmarksStream: streaming with non-blocking decryption Refactored bookmarkService.ts to use shared helpers: - Uses loadBookmarksStream for consistent behavior with Debug page - Maintains progressive loading via callbacks - Added accountManager parameter to fetchBookmarks Updated App.tsx to pass accountManager to fetchBookmarks: - Progressive loading indicators via onProgressUpdate callback All bookmark loading now uses the same battle-tested streaming logic as Debug page.