From 96fd7d0e7cb7520661a9a0b672fbdcc8fa6f7872 Mon Sep 17 00:00:00 2001 From: AKILA INDUNIL <45641122+akilaid@users.noreply.github.com> Date: Sat, 19 Apr 2025 21:02:22 +0530 Subject: [PATCH] feat: add a toggle to use public IPv4 in QR/URI --- web/html/modals/qrcode_modal.html | 159 +++++++++++++++++++++++++-- web/translation/translate.ar_EG.toml | 1 + web/translation/translate.en_US.toml | 1 + web/translation/translate.es_ES.toml | 1 + web/translation/translate.fa_IR.toml | 1 + web/translation/translate.id_ID.toml | 1 + web/translation/translate.ja_JP.toml | 1 + web/translation/translate.pt_BR.toml | 1 + web/translation/translate.ru_RU.toml | 1 + web/translation/translate.tr_TR.toml | 1 + web/translation/translate.uk_UA.toml | 1 + web/translation/translate.vi_VN.toml | 1 + web/translation/translate.zh_CN.toml | 1 + web/translation/translate.zh_TW.toml | 1 + 14 files changed, 161 insertions(+), 11 deletions(-) diff --git a/web/html/modals/qrcode_modal.html b/web/html/modals/qrcode_modal.html index 92d30e93..e5b27841 100644 --- a/web/html/modals/qrcode_modal.html +++ b/web/html/modals/qrcode_modal.html @@ -1,10 +1,9 @@ {{define "modals/qrcodeModal"}} + :dialog-style="isMobile ? { top: '18px' } : {}" :closable="true" :class="themeSwitcher.currentTheme" :footer="null" + width="fit-content"> +