diff --git a/apps/tauri/src/lib/components/BottomSheet.svelte b/apps/tauri/src/lib/components/BottomSheet.svelte deleted file mode 100644 index 4d2aa7d..0000000 --- a/apps/tauri/src/lib/components/BottomSheet.svelte +++ /dev/null @@ -1,42 +0,0 @@ - - - -
{ if (e.key === "Escape") onclose(); }} ->
- - - - - diff --git a/apps/tauri/src/lib/screens/SetupScreen.svelte b/apps/tauri/src/lib/screens/SetupScreen.svelte index 7a1ad4f..f727487 100644 --- a/apps/tauri/src/lib/screens/SetupScreen.svelte +++ b/apps/tauri/src/lib/screens/SetupScreen.svelte @@ -77,20 +77,6 @@ // ── WebDAV handlers ─────────────────────────────────────────────── - async function testConnection() { - testStatus = "testing"; - try { - await invoke("test_webdav_connection", { - url: webdavUrl, - username: webdavUser, - password: webdavPass, - }); - testStatus = "ok"; - } catch { - testStatus = "fail"; - } - } - async function connectAndBrowse() { testStatus = "testing"; try {