From 3af35ccaf1c9bde02fad794ad4a047971602d131 Mon Sep 17 00:00:00 2001 From: Patrick Wieth Date: Wed, 30 Oct 2024 12:49:01 +0100 Subject: [PATCH 1/3] add Card URL button to cardview modal, so that you can easily get the link to the card directly --- src/components/modals/CardviewModal.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/modals/CardviewModal.vue b/src/components/modals/CardviewModal.vue index 809ca4f4..48e65ea3 100644 --- a/src/components/modals/CardviewModal.vue +++ b/src/components/modals/CardviewModal.vue @@ -62,6 +62,13 @@
+ + + Card URL + + Date: Wed, 30 Oct 2024 14:07:43 +0100 Subject: [PATCH 2/3] fix unaccessable content on cardview modal when the screen is not wide (mobile) --- src/components/modals/ModalFrame.vue | 2 +- src/views/AdvancedCardViewPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modals/ModalFrame.vue b/src/components/modals/ModalFrame.vue index 2b888eb6..608ab894 100644 --- a/src/components/modals/ModalFrame.vue +++ b/src/components/modals/ModalFrame.vue @@ -1,5 +1,5 @@