1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist 29a99d0713
fix: move artifact fetch to api.js; stop Escape propagation from lightbox
- Export fetchEntryArtifacts(archiveId, entryUid, indices) from api.js
  using Promise.all + getJson (follows project convention: all /api calls
  go through api.js, never inline fetch in components)
- TweetPreview: import fetchEntryArtifacts, replace inline Promise.all
- MediaLightbox keydown handler: stopPropagation + preventDefault for
  Escape/ArrowLeft/ArrowRight so the parent PreviewModal window listener
  does not also fire and close the modal behind the lightbox
2026-07-12 14:14:31 +02:00
..
src feat: entry previews — tweet/thread/article/video/audio/image/iframe/pdf 2026-07-11 19:45:13 +02:00
static fix: move artifact fetch to api.js; stop Escape propagation from lightbox 2026-07-12 14:14:31 +02:00
Cargo.toml feat: add user-configurable cookie rules (#20) 2026-07-06 19:01:34 +02:00