From 9e843e94b8811327571efb0dcb91df06371b92c4 Mon Sep 17 00:00:00 2001 From: William Chong <6198816+williamchong@users.noreply.github.com> Date: Fri, 15 Sep 2023 03:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20upload=20only=20mode=20(#385)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ Add upload only mode * 🎨 Fix indentation and remove unused slot --- components/FileUploadedInfo.vue | 60 ++++++++++++++++++ components/IscnRegisterForm.vue | 105 +++++++++++++++++++++++++++----- locales/en.json | 12 +++- pages/new/index.vue | 73 +++++++++++++--------- 4 files changed, 204 insertions(+), 46 deletions(-) create mode 100644 components/FileUploadedInfo.vue diff --git a/components/FileUploadedInfo.vue b/components/FileUploadedInfo.vue new file mode 100644 index 00000000..48572dfd --- /dev/null +++ b/components/FileUploadedInfo.vue @@ -0,0 +1,60 @@ + + + diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index 9e4b639b..d8d596b3 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -9,7 +9,11 @@ -