Added useQuery for ItemList reload on.

This commit is contained in:
FlorianSpeicher
2025-06-03 21:39:41 +02:00
parent 71efd7dfbf
commit e4a97ad387
9 changed files with 378 additions and 384 deletions

View File

@@ -12,6 +12,7 @@
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@tanstack/react-query": "^5.79.2",
"i18next": "^25.2.0",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-http-backend": "^3.0.2",
@@ -1744,6 +1745,32 @@
"win32"
]
},
"node_modules/@tanstack/query-core": {
"version": "5.79.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.79.2.tgz",
"integrity": "sha512-kr+KQrBuqd6495eP9S41BoftFI1H50XA9O+6FmbnTx/Te6bjiq1mj8rt9rJjW3YZSO2aaUNUres0TWesJW1j1g==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.79.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.79.2.tgz",
"integrity": "sha512-kadeprsH6bWuhHCpqukXHRykJkxcLBxAaF0cQ05yawPmLZ/KiCpR1DyQenonF7A/70rnRUxhJD0RJejqk9wImQ==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.79.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^18 || ^19"
}
},
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",