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
Refurbished sync task selection and confirmation modals into an interactive file-tree task UI for sync.
Implemented IndexedDB-backed download chunking, wired the file-chunk store into the sync engine, refactored storage around BaseStore.
Implemented bin-packing based load balancing with a max concurrent throughput control to further control memory fluctuation.
Refactored the sync progress modal and related sync task handling to simplify the UI path and progress behavior.
Added exhaustive remote traversal option (Depth: infinity), renamed fast sync settings and logic to fastRealtimeSync, removed SyncMode setting since it is confusing and helps trivially.
Reworked settings interface for more standardized input experience and validation, reusable setting field components, file-size/time converters, and translation updates.