feat: use Activity for keeping workspaces alive

This commit is contained in:
Alejandro Gómez
2025-12-10 13:12:05 +01:00
parent 5b00e42ddf
commit 0e59c288ff
6 changed files with 622 additions and 170 deletions

View File

@@ -29,8 +29,8 @@
"dexie-react-hooks": "^4.2.0",
"jotai": "^2.15.2",
"lucide-react": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.4.0",
"react-mosaic-component": "^6.1.1",
@@ -43,8 +43,8 @@
"@eslint/js": "^9.17.0",
"@react-router/dev": "^7.1.0",
"@types/node": "^24.10.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",