From 1d04e199cef97dadc092bb2b99d04d05b42c9fd8 Mon Sep 17 00:00:00 2001 From: MinerAle <66887063+MinerAle00@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:21:51 +0100 Subject: [PATCH] feat: add icon toggle and color picker to QR code component --- components/dashboard/links/QRCode.vue | 54 +++++++++++++++++++-------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/components/dashboard/links/QRCode.vue b/components/dashboard/links/QRCode.vue index cda6391..e903ead 100644 --- a/components/dashboard/links/QRCode.vue +++ b/components/dashboard/links/QRCode.vue @@ -1,5 +1,5 @@ @@ -103,20 +121,26 @@ onMounted(() => { ref="qrCodeEl" :data-text="data" /> -