chore(debug): deepen [archive] mapping with eventStore timeline and logs; add sampleMarked logs in Me

This commit is contained in:
Gigi
2025-10-20 11:05:59 +02:00
parent c9fef5804b
commit c21f96f5bb
2 changed files with 59 additions and 8 deletions

View File

@@ -642,7 +642,8 @@ const Me: React.FC<MeProps> = ({
links: links.length,
linksWithProgress: linksWithProgress.length,
filteredLinks: filteredLinks.length,
markedIds: archiveController.getMarkedIds().length
markedIds: archiveController.getMarkedIds().length,
sampleMarked: archiveController.getMarkedIds().slice(0, 3)
})
}
const sections: Array<{ key: string; title: string; items: IndividualBookmark[] }> =