From f57b0a1da9a6cb05a05ab36335f44bc494b963fe Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 12 Apr 2024 12:34:16 -0300 Subject: [PATCH] feat: hide buttons when file is chose Signed-off-by: Vitor Mattos --- src/Components/RightSidebar/RightSidebar.vue | 2 -- src/views/Request.vue | 10 +++++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Components/RightSidebar/RightSidebar.vue b/src/Components/RightSidebar/RightSidebar.vue index 800afb3e72..a874637d76 100644 --- a/src/Components/RightSidebar/RightSidebar.vue +++ b/src/Components/RightSidebar/RightSidebar.vue @@ -72,8 +72,6 @@ export default { }, closeSidebar() { this.sidebarStore.hideSidebar() - // this.filesStore.selectFile() - // this.signStore.reset() }, }, } diff --git a/src/views/Request.vue b/src/views/Request.vue index db5a6daae3..403176270c 100644 --- a/src/views/Request.vue +++ b/src/views/Request.vue @@ -3,13 +3,14 @@

{{ t('libresign', 'Request Signatures') }}

-

{{ t('libresign', 'Choose the file to request signatures.') }}

+

{{ t('libresign', 'Choose the file to request signatures.') }}

{{ t('libresign', 'Upload from URL') }} {{ t('libresign', 'Choose from Files') }} {{ t('libresign', 'Upload') }}