From f6c5dec9cc3caffbaafdd1acc5687cc39f720725 Mon Sep 17 00:00:00 2001 From: SaraVieira Date: Sun, 25 Aug 2024 12:00:25 +0100 Subject: [PATCH 1/3] feat(UX) - Allow links to open in a new tab --- .../src/components/common/Platform/Card.vue | 19 ++++++++++++++++--- frontend/src/layouts/Dashboard/Recent.vue | 12 ++++++++++-- frontend/src/views/Gallery/Collection.vue | 10 +++++++++- frontend/src/views/Gallery/Platform.vue | 10 +++++++++- 4 files changed, 44 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/common/Platform/Card.vue b/frontend/src/components/common/Platform/Card.vue index 4cad9adf1..52b50ef3d 100644 --- a/frontend/src/components/common/Platform/Card.vue +++ b/frontend/src/components/common/Platform/Card.vue @@ -1,18 +1,31 @@