From 0bec29f2ba5d92087704d997b9d116f0b352cf2d Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:13:37 +0330 Subject: UI Improvements (#2067) --- web/html/common/qrcode_modal.html | 49 +- web/html/xui/inbound_client_table.html | 4 +- web/html/xui/inbounds.html | 867 ++++++++++++----------- web/html/xui/index.html | 589 ++++++++-------- web/html/xui/settings.html | 696 +++++++++--------- web/html/xui/xray.html | 1205 ++++++++++++++++---------------- 6 files changed, 1714 insertions(+), 1696 deletions(-) (limited to 'web/html') diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 0e2b3a63..5cbe7858 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -1,32 +1,23 @@ {{define "qrcodeModal"}} - - {{ i18n "pages.inbounds.clickOnQRcode" }} - - - {{ i18n "pages.inbounds.client" }} - + :dialog-style="{ top: '20px' }" + :closable="true" + :class="themeSwitcher.currentTheme" + :footer="null" width="300px"> + + {{ i18n "pages.inbounds.clickOnQRcode" }} + + + {{ i18n "pages.inbounds.client" }} +