1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-21 18:55:36 +02:00
archivr/crates/archivr-server/static/assets
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
..
index-D1LSSXsT.js fix(frontend): use Promise.allSettled in handleCaptured to prevent runs-fetch failure from poisoning successful captures 2026-07-20 14:25:51 +02:00
index-DKombv9L.css fix(frontend): use Promise.allSettled in handleCaptured to prevent runs-fetch failure from poisoning successful captures 2026-07-20 14:25:51 +02:00
index-DLdY9nrw.css feat(tags): revamp tags tab (#29) 2026-07-19 11:02:57 +02:00
index-YmIQCrug.js feat(frontend): add Freedium mirror toggle to capture advanced options 2026-07-19 12:09:42 +02:00