Phase 2: Code-Splitting + Virtual Scrolling (Tasks 2.1-2.7)

This commit is contained in:
Agent Zero
2026-07-23 12:00:34 +02:00
parent 0c14b06b67
commit a8331fbc2b
10 changed files with 1165 additions and 387 deletions
+2
View File
@@ -15,6 +15,7 @@
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.56.0",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.14.8",
"@tiptap/extension-color": "^3.28.0",
"@tiptap/extension-image": "^3.28.0",
"@tiptap/extension-link": "^3.28.0",
@@ -56,6 +57,7 @@
"tailwindcss": "^3.4.13",
"typescript": "^5.6.0",
"vite": "^5.4.0",
"vite-bundle-visualizer": "^1.2.1",
"vitest": "^2.1.0"
}
}