You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mega): delete sidecars with the volume; stop sc-poll crash; fix delete toast
Three issues found deleting a MEGA-backed volume:
- Sidecars (.mokuro, thumbnail .webp) were orphaned: deleteFile removes only
one node. Add unifiedCloudManager.deleteManagedVolume() which deletes the
archive + all managed sidecars (sidecars first, .cbz last so a sidecar
failure leaves the volume retryable). VolumeItem's two delete paths use it.
- Toast 'Cannot read properties of undefined (reading provider)': onBackupClicked
read the reactive cloudFile after the await re-derived it to undefined.
Capture the provider before the await.
- megajs 'Cannot read properties of undefined (reading parent)' crash: the
keepalive server-change (sc) poll has a buggy delete handler. We never use
push updates (we reload explicitly), so create sessions with keepalive:false
(login + both fromJSON restore sites).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments