Change artwork table to be persistent in its filters and sorting

This commit is contained in:
2026-02-04 12:39:25 +01:00
parent d75501860d
commit 2971fb298e
5 changed files with 210 additions and 96 deletions

View File

@ -5,8 +5,8 @@
"": {
"name": "admin.gaertan.art",
"dependencies": {
"@aws-sdk/client-s3": "^3.974.0",
"@aws-sdk/s3-request-presigner": "^3.974.0",
"@aws-sdk/client-s3": "^3.980.0",
"@aws-sdk/s3-request-presigner": "^3.980.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
@ -39,7 +39,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"archiver": "^7.0.1",
"better-auth": "^1.4.17",
"better-auth": "^1.4.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@ -50,9 +50,9 @@
"lucide-react": "^0.561.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"node-vibrant": "^4.0.3",
"nodemailer": "^7.0.12",
"pg": "^8.17.2",
"node-vibrant": "^4.0.4",
"nodemailer": "^7.0.13",
"pg": "^8.18.0",
"platejs": "^52.0.17",
"react": "19.2.4",
"react-day-picker": "^9.13.0",
@ -65,6 +65,7 @@
"tailwind-scrollbar-hide": "^4.0.0",
"uuid": "^13.0.0",
"zod": "^4.3.6",
"zustand": "^5.0.8",
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
@ -73,7 +74,7 @@
"@types/culori": "^4.0.1",
"@types/date-fns": "^2.6.3",
"@types/node": "^20.19.30",
"@types/nodemailer": "^7.0.5",
"@types/nodemailer": "^7.0.9",
"@types/pg": "^8.16.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",