From 0daa3358ae59c559866797b7317c0910486ee484 Mon Sep 17 00:00:00 2001
From: 10G Meow <10gmeow@gmail.com>
Date: Fri, 23 Jun 2023 11:48:29 +0300
Subject: [PATCH] Add QR code next to DM link
---
src/components/CopyLink.vue | 114 +++++++++++++++++++++++++-----------
src/components/RoomInfo.vue | 47 +--------------
2 files changed, 81 insertions(+), 80 deletions(-)
diff --git a/src/components/CopyLink.vue b/src/components/CopyLink.vue
index 21ae819..fcd975a 100644
--- a/src/components/CopyLink.vue
+++ b/src/components/CopyLink.vue
@@ -1,11 +1,17 @@
+
-
-
+
+
{{ locationLink }}
@@ -15,55 +21,93 @@
{{ $t(`room_info.${publicRoomLinkCopied ? 'link_copied' : i18nCopyLinkKey}`) }}{{ $t(`room_info.${locationLinkCopied ? 'link_copied' : i18nCopyLinkKey}`) }}
+
+