From 7647ea96d1d9a30a574bd077fca1402b05ea8806 Mon Sep 17 00:00:00 2001 From: Cosmo Date: Wed, 28 Aug 2024 17:26:45 -0700 Subject: [PATCH] added the ability to add a photo in the item creation modal (#173) * added the ability to add a photo in the item creation modal * fixed problem with create button being hidden on tiny screens * fix: ui, translations --------- Co-authored-by: Matt Kilgore --- frontend/components/Item/CreateModal.vue | 63 ++++++++++++++++++++++++ frontend/locales/en.json | 3 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/frontend/components/Item/CreateModal.vue b/frontend/components/Item/CreateModal.vue index c8000868..f0884311 100644 --- a/frontend/components/Item/CreateModal.vue +++ b/frontend/components/Item/CreateModal.vue @@ -6,8 +6,14 @@ + +