Refactor: Break down single table component into multiple modular components

This commit is contained in:
2024-12-30 13:16:13 +01:00
parent 8c9688017b
commit 95380493cb
33 changed files with 1562 additions and 6642 deletions
+4 -2
View File
@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "biome lint --write src/",
"format": "biome format --write src/"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
@@ -25,8 +26,9 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/node": "22.10.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",