- WebDAV Sync -
-+ WebDAV Sync +
+@@ -151,27 +149,32 @@ {/if}
{/if} - {/if} -Appearance
- + + + + + + + +Tauri v2 + Svelte
diff --git a/apps/tauri/src/lib/screens/SetupScreen.svelte b/apps/tauri/src/lib/screens/SetupScreen.svelte index f164798..7741941 100644 --- a/apps/tauri/src/lib/screens/SetupScreen.svelte +++ b/apps/tauri/src/lib/screens/SetupScreen.svelte @@ -1,16 +1,25 @@Onyx
-- Create a new workspace or open an existing one. -
- + {#if mode === null} + ++ How would you like to store your tasks? +
- - -+ Create a new workspace or open an existing one. +
- + + + + ++ Connect to a WebDAV server for cloud-synced tasks. +
+ + + + + + + + + + + + +{name}
-{ws?.path ?? ""}
+{ws?.mode === "webdav" ? ws.webdav_url ?? "WebDAV" : ws?.path ?? ""}