From e1fc52f86c6f20face61a0bb22ec72fc47b12543 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 12 Jun 2026 21:06:05 +0200 Subject: [PATCH] better qrcode view #1630 --- web/html/common/qrcode_modal.html | 131 ++++++++++++++++++++++-------- 1 file changed, 99 insertions(+), 32 deletions(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 28349ee8..2b48fba8 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -1,28 +1,72 @@ {{define "qrcodeModal"}} + - {{ i18n "pages.inbounds.clickOnQRcode" }} - - {{ i18n "pages.inbounds.client" }} - + width="560px" :class="themeSwitcher.currentTheme"> + + + + [[ row.remark ]] +
+ + + +
+
+ +
+
+
-{{end}} \ No newline at end of file +{{end}}