Dorian
4706dd16e7
release(v1.7.17-alpha): cancel download + stall detection
Add Cancel Download button + stall detection so a wedged download can
be recovered instead of leaving the UI stuck on a frozen progress bar.
Backend:
- update.rs: DOWNLOAD_CANCEL AtomicBool + DOWNLOAD_PROGRESS_AT AtomicU64
- download loop checks cancel between chunks and during retry backoff
(500ms slices instead of one exponential sleep, so Cancel wakes fast)
- cancel_download() wipes staging + clears update_in_progress
- update.status exposes download_progress.stalled (30s no-progress)
- RPC: update.cancel-download + dispatcher entry
Frontend:
- SystemUpdate.vue: Cancel Download button, amber stall styling,
stalled copy, cancel-download confirm branch in modal
- i18n keys (en + es) for cancel/stall flow
- v1.7.17-alpha What's New block in AccountInfoSection
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 19:10:34 -04:00
..
2026-04-19 00:08:51 -04:00
2026-04-19 07:06:12 -04:00
2026-04-19 18:20:50 -04:00
2026-04-20 10:03:38 -04:00
2026-04-20 10:32:06 -04:00
2026-04-20 11:25:10 -04:00
2026-04-20 11:44:59 -04:00
2026-04-20 12:02:14 -04:00
2026-04-20 12:10:50 -04:00
2026-04-20 12:33:10 -04:00
2026-04-20 12:44:19 -04:00
2026-04-20 13:04:09 -04:00
2026-04-20 13:23:37 -04:00
2026-04-20 13:46:03 -04:00
2026-04-20 14:03:36 -04:00
2026-04-20 14:39:07 -04:00
2026-04-20 15:43:45 -04:00
2026-04-20 16:40:25 -04:00
2026-04-20 17:17:58 -04:00
2026-04-20 18:12:02 -04:00
2026-04-20 19:10:34 -04:00
2026-04-20 19:10:34 -04:00