fix(web): handle RTL languages in the map component (#12308)

This commit is contained in:
Zack Pollard
2024-09-04 17:02:37 +01:00
committed by GitHub
parent d685bc1f34
commit 1783dfd393
3 changed files with 119 additions and 2 deletions

View File

@@ -67,6 +67,7 @@
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.7.8",
"@immich/sdk": "file:../open-api/typescript-sdk",
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@mdi/js": "^7.4.47",
"@photo-sphere-viewer/core": "^5.7.1",
"@photo-sphere-viewer/equirectangular-video-adapter": "^5.7.2",
@@ -83,7 +84,7 @@
"svelte-gestures": "^5.0.4",
"svelte-i18n": "^4.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-maplibre": "^0.9.0",
"svelte-maplibre": "^0.9.13",
"thumbhash": "^0.1.1"
},
"volta": {