onyx-tasks/apps/tauri/src/lib
Tristan Michael ac789e8d56 Handle deleted/moved workspace folders (missing state)
Detect when the current workspace folder cannot be opened and show a
dedicated "missing" screen that explains the workspace was not found.
Catch failures from get_lists during loadConfig, set a missingWorkspace
state and switch to the missing screen, and provide
forgetMissingWorkspace() to remove the missing workspace from the config
and either switch to the next available workspace or fall back to the
setup screen. Add UI in App.svelte to present the workspace name,
explanation, and a Continue button that invokes forgetting the missing
workspace.
2026-04-05 14:30:22 -07:00
..
components fix: harden frontend — toggle race guard, fresh debounce snapshot, error surfacing 2026-04-02 09:37:43 -07:00
screens Rename workspace metadata and add WebDAV folder browsing 2026-04-05 14:30:22 -07:00
stores Handle deleted/moved workspace folders (missing state) 2026-04-05 14:30:22 -07:00
types.ts Handle deleted/moved workspace folders (missing state) 2026-04-05 14:30:22 -07:00