Reworked activity table, now uses Material-react-table

added filtering and deleting of activity
This commit is contained in:
CyferShepard
2024-03-25 20:29:58 +02:00
parent bfbdbb6013
commit 7b2a8d75d5
5 changed files with 677 additions and 464 deletions

View File

@@ -15,11 +15,13 @@
"start": "cd backend && node server.js"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@jellyfin/sdk": "^0.8.2",
"@mui/material": "^5.12.2",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^6.2.1",
"@mui/x-date-pickers": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
@@ -46,6 +48,7 @@
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.4.3",
"knex": "^2.4.2",
"material-react-table": "^2.12.1",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",