From 0855eacb11c2ea4d4a096f893c91c17334118ddd Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Tue, 13 Aug 2024 20:57:35 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---
src/App.vue | 1 -
src/components/CSVReference.vue | 2 +-
src/components/GeoconnexBackground.vue | 4 +-
src/components/MetadataGenerator.vue | 115 +++++++++++++++++--------
src/components/PageFooter.vue | 17 ++--
src/components/PageHeader.vue | 17 ++--
src/components/UploadForm.vue | 105 ++++++++++++++--------
src/lib/helpers.test.ts | 2 +-
src/lib/helpers.ts | 14 +--
src/lib/types.ts | 2 +-
src/main.ts | 12 +--
11 files changed, 191 insertions(+), 100 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 792d107..e6457dc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -20,5 +20,4 @@ body {
margin: 0;
padding: 0;
}
-
diff --git a/src/components/CSVReference.vue b/src/components/CSVReference.vue
index 1ce39a1..2ba0035 100644
--- a/src/components/CSVReference.vue
+++ b/src/components/CSVReference.vue
@@ -83,4 +83,4 @@ export default defineComponent({
#panels {
background-color: rgb(var(--v-theme-secondary));
}
-
\ No newline at end of file
+
diff --git a/src/components/GeoconnexBackground.vue b/src/components/GeoconnexBackground.vue
index 3320547..a4b152f 100644
--- a/src/components/GeoconnexBackground.vue
+++ b/src/components/GeoconnexBackground.vue
@@ -39,10 +39,8 @@
\ No newline at end of file
+
diff --git a/src/components/MetadataGenerator.vue b/src/components/MetadataGenerator.vue
index c3a7a80..6a9180e 100644
--- a/src/components/MetadataGenerator.vue
+++ b/src/components/MetadataGenerator.vue
@@ -3,47 +3,93 @@ import { fetchAllNamespaces } from '@/lib/helpers'
-
- A namespace is a short name or alias for your organization. It will be created upon
- submission if it does not already exist. If the namespace already exists, your new
- CSV file will be added to the existing namespace
+ A namespace is a short name or alias for your organization. It will be created upon submission
+ if it does not already exist. If the namespace already exists, your new CSV file will be added
+ to the existing namespace