From a9591e5a223140c00baf80986793fbec9d89b85f Mon Sep 17 00:00:00 2001 From: Mark Ross Date: Sat, 23 Sep 2023 13:22:12 -0700 Subject: [PATCH] Copy URL to clipboard upon clicking QR code. Fix missing origin in link generation. --- app.vue | 2 ++ components/share/ShareButton.vue | 40 ++++++++++++++++++++++++++++---- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/app.vue b/app.vue index f9466ad..490377a 100644 --- a/app.vue +++ b/app.vue @@ -83,6 +83,8 @@ const menuPassThroughOptions = { + +