From 272288f1e254c70bfde255e2b67e8824b17e269a Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 20 Apr 2026 08:36:58 +0200 Subject: [PATCH] Move bookmark heart from image overlay to title row in card Heart is now next to the title text in the caption area where it's always visible regardless of the background image. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../activities/components/ActivityCard.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/modules/activities/components/ActivityCard.vue b/src/modules/activities/components/ActivityCard.vue index 4e9cadc..62399e6 100644 --- a/src/modules/activities/components/ActivityCard.vue +++ b/src/modules/activities/components/ActivityCard.vue @@ -92,20 +92,19 @@ const placeholderBg = computed(() => { {{ priceDisplay }} - -
+
+ + + +
+

+ {{ activity.title }} +

- - - - -

- {{ activity.title }} -