From 47f8175f8f0b6d7ca7dd9fc27d9efc49e38e2d59 Mon Sep 17 00:00:00 2001 From: Piyush Date: Mon, 2 Mar 2026 05:47:53 +0000 Subject: [PATCH 1/2] added modal closer --- src/views/SharingPopup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/SharingPopup.vue b/src/views/SharingPopup.vue index b61e428..596520f 100644 --- a/src/views/SharingPopup.vue +++ b/src/views/SharingPopup.vue @@ -208,6 +208,7 @@ export default { }, closeThisModal() { + this.modal = false const currentUrl = window.location.search window.OCA.Files.Sidebar.setActiveTab('sharing-manage') window.OCA.Files.Sidebar.close() From 39294a91fba1ba3697d70f2b9cf8e492e1941f81 Mon Sep 17 00:00:00 2001 From: Piyush Date: Wed, 11 Mar 2026 06:18:49 +0000 Subject: [PATCH 2/2] resolved lint issue --- src/views/SharingPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SharingPopup.vue b/src/views/SharingPopup.vue index 596520f..4935faa 100644 --- a/src/views/SharingPopup.vue +++ b/src/views/SharingPopup.vue @@ -522,7 +522,7 @@ export default { } .sharingPopup { - + &__info { display: block; margin-bottom: 1rem