fix(web): remove dependency on rxjs (#3301)

The dependency on rxjs has been removed in favour of iterators as it's clearer
and the nature of the workload is inherently non-reactive. The uncaught error
when the list of files is empty has also been implicitly fixed by this change.

Fixes: #3300
This commit is contained in:
Thomas
2023-07-17 17:22:29 +01:00
committed by GitHub
parent a2568f711f
commit 8045fd3f14
3 changed files with 33 additions and 33 deletions

View File

@@ -70,7 +70,6 @@
"leaflet.markercluster": "^1.5.3",
"lodash-es": "^4.17.21",
"luxon": "^3.2.1",
"rxjs": "^7.8.0",
"socket.io-client": "^4.6.1",
"svelte-local-storage-store": "^0.5.0",
"svelte-material-icons": "^3.0.5",