feat(05-07): cloud connections Pinia store + API client functions

- Create useCloudConnectionsStore with connections/loading/error refs
- fetchConnections, disconnect(id), disconnectAll() actions
- Append listCloudConnections, disconnectCloud, connectWebDav, updateDefaultStorage to api/client.js
- Add vitest test script to package.json
- 4 unit tests passing (W4 — CLAUDE.md)
This commit is contained in:
curo1305
2026-05-29 08:05:59 +02:00
parent c44e861271
commit 612d542c06
4 changed files with 126 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"pinia": "^2.1.0",