mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
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:
parent
e24e28ae03
commit
2151451634
9 changed files with 246 additions and 8 deletions
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
|
@ -21,6 +21,7 @@ import DevDumpJson from "@/components/global/DevDumpJson.vue";
|
|||
import DocLink from "@/components/global/DocLink.vue";
|
||||
import DropZone from "@/components/global/DropZone.vue";
|
||||
import HelpIcon from "@/components/global/HelpIcon.vue";
|
||||
import ImageCropper from "@/components/global/ImageCropper.vue";
|
||||
import InputColor from "@/components/global/InputColor.vue";
|
||||
import InputLabelType from "@/components/global/InputLabelType.vue";
|
||||
import InputQuantity from "@/components/global/InputQuantity.vue";
|
||||
|
@ -61,6 +62,7 @@ declare module "vue" {
|
|||
DocLink: typeof DocLink;
|
||||
DropZone: typeof DropZone;
|
||||
HelpIcon: typeof HelpIcon;
|
||||
ImageCropper: typeof ImageCropper;
|
||||
InputColor: typeof InputColor;
|
||||
InputLabelType: typeof InputLabelType;
|
||||
InputQuantity: typeof InputQuantity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue