Merged in fix/pageview-tracking (pull request #1687)

Fix/pageview tracking

* Restructure pageview tracking

* Update trpc version and turn off batching

* Remove unused state and remove logs

* cleanup

* remove unused code and console.logs


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-04-01 06:43:54 +00:00
parent dff67ea568
commit 87d97db324
10 changed files with 313 additions and 263 deletions

View File

@@ -49,9 +49,9 @@
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-table": "^8.20.5",
"@testing-library/dom": "^10.0.0",
"@trpc/client": "^11.0.0-rc.467",
"@trpc/react-query": "^11.0.0-rc.467",
"@trpc/server": "^11.0.0-rc.467",
"@trpc/client": "^11.0.1",
"@trpc/react-query": "^11.0.1",
"@trpc/server": "^11.0.1",
"@tsparticles/confetti": "^3.5.0",
"@types/geojson": "^7946.0.16",
"@types/supercluster": "^7.1.3",