From a1fc383dac35c1122b45f6f945c8f961c4e93ffb Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 8 Jan 2026 04:13:32 +1300 Subject: [PATCH] Copy group event URL to clipboard --- src/localization/en.json | 3 +- .../components/GroupCalendarEventCard.vue | 61 ++++++++++++++----- 2 files changed, 48 insertions(+), 16 deletions(-) diff --git a/src/localization/en.json b/src/localization/en.json index b9f83a9f..96f26b62 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -1896,7 +1896,8 @@ "created": "Created Date", "description": "Description", "export_to_calendar": "Export to Calendar", - "download_ics": "Download .ics" + "download_ics": "Download .ics", + "copied_event_link": "Calendar event URL copied to clipboard" }, "featured_events": "Featured Events" }, diff --git a/src/views/Tools/components/GroupCalendarEventCard.vue b/src/views/Tools/components/GroupCalendarEventCard.vue index 527bfc6d..d54cb319 100644 --- a/src/views/Tools/components/GroupCalendarEventCard.vue +++ b/src/views/Tools/components/GroupCalendarEventCard.vue @@ -56,17 +56,22 @@ -
- -
-
- +
+ +
+ +
+
+ +