feat: add RouterGroupDialog for route management and grouping
- Introduced RouterGroupDialog component to display and manage routes in groups. - Updated studio store to include allRoutes and methods for fetching routes. - Added functionality to toggle route groups and search by path or key. - Enhanced App component to include RouterGroupDialog and related state management. - Integrated new icons and improved UI for better user experience.
This commit is contained in:
22
package.json
22
package.json
@@ -14,10 +14,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.2.0",
|
||||
"@kevisual/router": "0.0.84",
|
||||
"@tanstack/react-router": "^1.163.2",
|
||||
"@kevisual/router": "0.0.85",
|
||||
"@tanstack/react-router": "^1.166.2",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@uiw/react-codemirror": "^4.25.5",
|
||||
"@uiw/react-codemirror": "^4.25.7",
|
||||
"@uiw/react-md-editor": "^4.0.11",
|
||||
"antd": "^6.3.1",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
@@ -25,18 +25,18 @@
|
||||
"cmdk": "^1.1.1",
|
||||
"dayjs": "^1.11.19",
|
||||
"eruda": "^3.4.3",
|
||||
"es-toolkit": "^1.44.0",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"fuse.js": "^7.1.0",
|
||||
"idb-keyval": "^6.2.2",
|
||||
"lucide-react": "^0.575.0",
|
||||
"lucide-react": "^0.577.0",
|
||||
"nanoid": "^5.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-hook-form": "^7.71.2",
|
||||
"react-resizable-panels": "^4.6.5",
|
||||
"react-resizable-panels": "^4.7.1",
|
||||
"sonner": "^2.0.7",
|
||||
"valtio": "^2.3.0",
|
||||
"valtio": "^2.3.1",
|
||||
"zod": "^4.3.6",
|
||||
"zustand": "^5.0.11"
|
||||
},
|
||||
@@ -48,9 +48,9 @@
|
||||
"@kevisual/query": "^0.0.52",
|
||||
"@kevisual/types": "^0.0.12",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@tanstack/react-router-devtools": "^1.163.2",
|
||||
"@tanstack/router-plugin": "^1.163.2",
|
||||
"@types/node": "^25.3.0",
|
||||
"@tanstack/react-router-devtools": "^1.166.2",
|
||||
"@tanstack/router-plugin": "^1.166.2",
|
||||
"@types/node": "^25.3.3",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
@@ -59,6 +59,6 @@
|
||||
"tailwindcss": "^4.2.1",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "v8.0.0-beta.15"
|
||||
"vite": "v8.0.0-beta.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user