1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist bd90a4b77f
fix(frontend): guard j/k uncached-child fetch with monotonic token
Rapid j/k over child rows that aren't in entryCacheRef triggers
fetchEntryDetail calls in parallel. Without a guard the last one to
settle wins, desyncing selectedUids (highlight) from selectedEntry
(detail panel/URL).

Fix:
- jkSeqRef (monotonic counter) incremented before each server fetch;
  the .then() guard tok === jkSeqRef.current drops results from
  superseded navigations
- handleRowClick increments jkSeqRef.current so any click also cancels
  an in-flight j/k fetch
2026-07-21 15:50:17 +02:00
..
src fix(core): playlist total size includes children; per_item_quality as include-set 2026-07-21 13:18:27 +02:00
static fix(frontend): guard j/k uncached-child fetch with monotonic token 2026-07-21 15:50:17 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00