added room actions: leave and delete, and improved connection error handling

This commit is contained in:
2026-01-17 07:09:52 +01:00
parent e30631be60
commit d325511d0e
17 changed files with 873 additions and 349 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const host = process.env.TAURI_DEV_HOST;
// https://vite.dev/config/
export default defineConfig(async () => ({
base: './',
base: '/',
plugins: [vue()],