Use String as ID, working visible toggle

This commit is contained in:
Simon Lübeß
2024-11-19 22:23:40 +01:00
parent d259ce5dfa
commit 7fd36de77a
11 changed files with 272 additions and 41 deletions
+2
View File
@@ -11,6 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"dockview-react": "^1.17.2",
"eslint-plugin-react": "^7.37.2",
"react": "^18.3.1",
@@ -19,6 +20,7 @@
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",