feat(pagination): add server-side pagination support and controls

- Implement pagination control UI with page navigation and size selector
- Enable server-side callbacks for page changes and size adjustments
- Integrate pagination into Griddy component with data count handling
This commit is contained in:
2026-02-14 14:43:36 +02:00
parent b49d008745
commit 635da0ea18
27 changed files with 1320 additions and 39 deletions

View File

@@ -48,9 +48,11 @@
"url": "git+https://git.warky.dev/wdevs/oranguru.git"
},
"dependencies": {
"@mantine/dates": "^8.3.14",
"@modelcontextprotocol/sdk": "^1.26.0",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.18",
"dayjs": "^1.11.19",
"moment": "^2.30.1"
},
"devDependencies": {