[WEB-1319] fix: handled issue filters mutation and updated the useParams with useSearchParams (#4473)

* chore: updated issue filters in space

* chore: persisting the query params even when we switch layouts

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
guru_sainath
2024-05-16 13:07:47 +05:30
committed by GitHub
parent 8ecc461fb1
commit 2bf2e98b00
37 changed files with 594 additions and 493 deletions
+2 -1
View File
@@ -17,12 +17,12 @@
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.13",
"@mui/material": "^5.14.1",
"@plane/constants": "*",
"@plane/document-editor": "*",
"@plane/lite-text-editor": "*",
"@plane/rich-text-editor": "*",
"@plane/types": "*",
"@plane/ui": "*",
"@plane/constants": "*",
"@sentry/nextjs": "^7.108.0",
"axios": "^1.3.4",
"clsx": "^2.0.0",
@@ -34,6 +34,7 @@
"lucide-react": "^0.378.0",
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.3",
"mobx-utils": "^6.0.8",
"next": "^14.2.3",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",