mirror of
https://github.com/dergigi/boris.git
synced 2026-01-25 09:44:48 +01:00
chore(debug): deepen [archive] mapping with eventStore timeline and logs; add sampleMarked logs in Me
This commit is contained in:
@@ -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[] }> =
|
||||
|
||||
Reference in New Issue
Block a user