1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-21 18:55:36 +02:00
archivr/crates/archivr-server
TheGeneralist 5a6245d822
fix(frontend): use Promise.allSettled in handleCaptured to prevent runs-fetch failure from poisoning successful captures
Promise.all rejects on the first failure. If the /runs refresh threw,
the rejection would propagate through startPolling's await and land in
the outer catch block, firing an error toast for a capture that had
already succeeded. Promise.allSettled settles unconditionally so a
transient runs fetch error is silently absorbed while the entry list
still refreshes.
2026-07-20 14:25:51 +02:00
..
src feat(server): expose via_freedium in capture API (default on) 2026-07-19 12:09:37 +02:00
static fix(frontend): use Promise.allSettled in handleCaptured to prevent runs-fetch failure from poisoning successful captures 2026-07-20 14:25:51 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00