feat(web): add justify layout for GalleryViewer (#2207)

* Implemented justify layout

* Fixed issue with asset selection does not show style for selected assets

* pr feedback

* PR feedback

* fix test

* Added flip animation
This commit is contained in:
Alex
2023-04-08 20:40:37 -05:00
committed by GitHub
parent d76b3c8f78
commit 91e27affeb
5 changed files with 79 additions and 25 deletions

View File

@@ -27,6 +27,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@types/cookie": "^0.5.1",
"@types/justified-layout": "^4.1.0",
"@types/leaflet": "^1.9.1",
"@types/lodash-es": "^4.17.6",
"@types/luxon": "^3.2.0",
@@ -58,6 +59,7 @@
"axios": "^0.27.2",
"copy-image-clipboard": "^2.1.2",
"handlebars": "^4.7.7",
"justified-layout": "^4.1.0",
"leaflet": "^1.9.3",
"lodash-es": "^4.17.21",
"luxon": "^3.2.1",