feat: Timeline Image Uploader Improvements (#2494)

* improved UI responsiveness and added image preview

* added global image cropper component

* added image cropper to last made dialog

* style tweaks

* added more specific text for creating event

* mopped up some slop

* renamed height and width vars

---------

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Michael Genson
2023-08-21 10:00:37 -05:00
committed by GitHub
parent e24e28ae03
commit 2151451634
9 changed files with 246 additions and 8 deletions

View File

@@ -30,6 +30,7 @@
"isomorphic-dompurify": "^1.0.0",
"nuxt": "^2.16.0",
"v-jsoneditor": "^1.4.5",
"vue-advanced-cropper": "^1.11.6",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.13"
},