Timer is persistent with Local Storage. Drag&Drop of planned sets fixed on mobile.

This commit is contained in:
AG
2025-12-12 20:59:51 +02:00
parent e1253f4100
commit 7d82444e94
5 changed files with 343 additions and 120 deletions

View File

@@ -15,6 +15,9 @@
"test:full": "npm-run-all --parallel dev server:test"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/genai": "^1.30.0",
"lucide-react": "^0.554.0",
"npm-run-all": "^4.1.5",
@@ -36,4 +39,4 @@
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}
}