mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
* feat: clear localstorage on start if no libraries are found * chore: add a check to see if the node is for desktop or server use this will prevent desktop/app localstorage from being cleared if it's a server being hosted * fix: add secondary localstorage directory for macos for some reason the app/onboarding progress is kept in `Library/WebKit/Spacedrive` (at least in dev?) so it also needs clearing * feat: delete cache directories also * chore: iterate over paths * feat: add support for windows `localStorage` by using `data_local_dir` * docs/style: better comments and logs * feat: remove both `AppData` local and roaming on Windows * fix: mobile builds * chore: tweak error message for windows