readest/apps
Huang Xin 3f4d4b8643
fix(transfer): persist queue when clearing completed/failed/all (#4947)
Clear Completed, Clear Failed and Clear All mutated the Zustand store
directly, so the cleared items were never written back to localStorage.
On the next load the persisted queue restored them and they reappeared
in the Transfer Queue panel.

Route these clears through transferManager (like clearPending already
does) so each calls persistQueue() after mutating the store.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 19:01:43 +02:00
..
readest-app fix(transfer): persist queue when clearing completed/failed/all (#4947) 2026-07-05 19:01:43 +02:00
readest-calibre-plugin feat(calibre): add Readest calibre plugin to push books and metadata (#4918) 2026-07-04 16:40:16 +02:00
readest.koplugin fix(koplugin): key library pull cursor on synced_at to stop stale library (#4934) (#4944) 2026-07-05 17:52:01 +02:00