From c5c78a2b849f9b2aa4b50fbe3e650e0aa438d396 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 3 Apr 2026 20:15:02 +0000 Subject: [PATCH] Add initial ImageUpload component --- ts/components/ImageUpload.vue | 189 ++++++++++++++++++++++++++++++++++ ts/rmo/content/Nuisance.vue | 4 +- 2 files changed, 192 insertions(+), 1 deletion(-) create mode 100644 ts/components/ImageUpload.vue diff --git a/ts/components/ImageUpload.vue b/ts/components/ImageUpload.vue new file mode 100644 index 00000000..cf4f0de0 --- /dev/null +++ b/ts/components/ImageUpload.vue @@ -0,0 +1,189 @@ + + + + diff --git a/ts/rmo/content/Nuisance.vue b/ts/rmo/content/Nuisance.vue index bcec65eb..03eb84e4 100644 --- a/ts/rmo/content/Nuisance.vue +++ b/ts/rmo/content/Nuisance.vue @@ -455,7 +455,7 @@ select.tall { rows="2" placeholder="Describe any other potential breeding sites you've noticed..." > - + @@ -510,11 +510,13 @@ select.tall {