Refactored return search components and updated query handling.

- 🛠️ **Refactor**: Changed filter service method calls to use new query methods
- 🎨 **Style**: Updated button components for consistency
- 🧪 **Test**: Adjusted tests to reflect changes in query parameters
- ⚙️ **Config**: Modified pre-commit hook to run CI checks
This commit is contained in:
Lorenz Hilpert
2025-04-03 21:21:30 +02:00
parent b21395ed61
commit bd21b674bf
16 changed files with 719 additions and 1683 deletions

View File

@@ -43,7 +43,6 @@
"angular-oauth2-oidc": "^17.0.2",
"angular-oauth2-oidc-jwks": "^17.0.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"ng2-pdf-viewer": "^10.4.0",
"ngx-matomo-client": "^7.0.1",
@@ -89,7 +88,6 @@
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.16",
"@types/lodash-es": "^4.17.12",
"@types/node": "18.16.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/utils": "^8.19.0",