From e8012181505b51288de42738313efef3733404b2 Mon Sep 17 00:00:00 2001 From: danilshishkevich Date: Wed, 2 Apr 2025 11:35:40 +0000 Subject: [PATCH] refactor: use vue inline styles in entire application --- web/html/login.html | 10 +-- web/html/xui/component/aClientTable.html | 52 +++++++------- web/html/xui/component/aPasswordInput.html | 4 +- .../xui/component/aPersianDatepicker.html | 2 +- web/html/xui/component/aTableSortable.html | 2 +- web/html/xui/component/aThemeSwitch.html | 4 +- web/html/xui/form/client.html | 4 +- web/html/xui/form/inbound.html | 2 +- web/html/xui/form/outbound.html | 18 ++--- web/html/xui/form/protocol/http.html | 10 +-- web/html/xui/form/protocol/shadowsocks.html | 2 +- web/html/xui/form/protocol/socks.html | 10 +-- web/html/xui/form/protocol/trojan.html | 2 +- web/html/xui/form/protocol/vless.html | 4 +- web/html/xui/form/protocol/wireguard.html | 4 +- web/html/xui/form/reality_settings.html | 2 +- web/html/xui/form/stream/external_proxy.html | 14 ++-- .../xui/form/stream/stream_httpupgrade.html | 6 +- web/html/xui/form/stream/stream_kcp.html | 2 +- web/html/xui/form/stream/stream_settings.html | 2 +- web/html/xui/form/stream/stream_sockopt.html | 8 +-- web/html/xui/form/stream/stream_tcp.html | 16 ++--- web/html/xui/form/stream/stream_ws.html | 6 +- web/html/xui/form/stream/stream_xhttp.html | 8 +-- web/html/xui/form/tls_settings.html | 14 ++-- web/html/xui/inbounds.html | 70 +++++++++---------- web/html/xui/index.html | 52 +++++++------- web/html/xui/modals/client_bulk_modal.html | 2 +- web/html/xui/modals/client_modal.html | 2 +- web/html/xui/modals/dns_modal.html | 2 +- web/html/xui/modals/inbound_info_modal.html | 16 ++--- web/html/xui/modals/text_modal.html | 2 +- web/html/xui/modals/warp_modal.html | 18 ++--- web/html/xui/modals/xray_outbound_modal.html | 2 +- web/html/xui/modals/xray_rule_modal.html | 8 +-- web/html/xui/settings.html | 20 +++--- web/html/xui/settings/panel/general.html | 20 +++--- web/html/xui/settings/panel/security.html | 6 +- .../settings/panel/subscription/general.html | 4 +- .../xui/settings/panel/subscription/json.html | 24 +++---- web/html/xui/settings/panel/telegram.html | 4 +- web/html/xui/settings/xray/advanced.html | 4 +- web/html/xui/settings/xray/balancers.html | 20 +++--- web/html/xui/settings/xray/basics.html | 54 +++++++------- web/html/xui/settings/xray/dns.html | 18 ++--- web/html/xui/settings/xray/outbounds.html | 22 +++--- web/html/xui/settings/xray/reverse.html | 8 +-- web/html/xui/settings/xray/routing.html | 8 +-- web/html/xui/xray.html | 26 +++---- 49 files changed, 310 insertions(+), 310 deletions(-) diff --git a/web/html/login.html b/web/html/login.html index 9a42aefe..a2e843ec 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -451,7 +451,7 @@ - +
- - + + - +

{{ i18n "pages.login.hello" }} @@ -503,7 +503,7 @@ - + diff --git a/web/html/xui/component/aClientTable.html b/web/html/xui/component/aClientTable.html index 2bea96e8..868112d9 100644 --- a/web/html/xui/component/aClientTable.html +++ b/web/html/xui/component/aClientTable.html @@ -2,30 +2,30 @@ @@ -124,9 +124,9 @@ - [[ remainedDays(client.expiryTime) ]] + [[ remainedDays(client.expiryTime) ]] - + @@ -135,27 +135,27 @@ - + @@ -97,7 +97,7 @@ - + diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index e0521c69..021a51c7 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -54,7 +54,7 @@ - - + @@ -60,9 +60,9 @@ - Noise [[ index + 1 ]] + Noise [[ index + 1 ]] + :style="{ color: 'rgb(255, 77, 79)', cursor: 'pointer' }"> @@ -164,7 +164,7 @@ - Peer [[ index + 1 ]] + Peer [[ index + 1 ]] @@ -180,7 +180,7 @@ {{ i18n "pages.xray.wireguard.allowedIPs" }} - - +
{{ i18n "encryption" }} @@ -131,7 +131,7 @@
- + - + Remove - Add Noise + Add Noise @@ -107,27 +107,27 @@ - + - +