From bea19a263db88fef44b4356082b199fbfcc39a25 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Sun, 6 Apr 2025 16:40:33 +0700
Subject: Code refactoring (#2865)
* refactor: use vue inline styles in entire application
* refactor: setting row in dashboard page
* refactor: use blob for download file in text modal
* refactor: move all html templates in `web/html` folder
* refactor: `DeviceUtils` -> `MediaQueryMixin`
The transition to mixins has been made, as they can update themselves.
* chore: pretty right buttons in `outbounds` tab in xray settings
* refactor: add translations for system status
* refactor: adjust gutter spacing in setting list item
* refactor: use native `a-input-password` for password field
* chore: return old system status
with new translations
* chore: add missing translation
---
web/html/xui/form/protocol/dokodemo.html | 20 --------
web/html/xui/form/protocol/http.html | 26 ----------
web/html/xui/form/protocol/shadowsocks.html | 50 -------------------
web/html/xui/form/protocol/socks.html | 34 -------------
web/html/xui/form/protocol/trojan.html | 50 -------------------
web/html/xui/form/protocol/vless.html | 50 -------------------
web/html/xui/form/protocol/vmess.html | 23 ---------
web/html/xui/form/protocol/wireguard.html | 76 -----------------------------
8 files changed, 329 deletions(-)
delete mode 100644 web/html/xui/form/protocol/dokodemo.html
delete mode 100644 web/html/xui/form/protocol/http.html
delete mode 100644 web/html/xui/form/protocol/shadowsocks.html
delete mode 100644 web/html/xui/form/protocol/socks.html
delete mode 100644 web/html/xui/form/protocol/trojan.html
delete mode 100644 web/html/xui/form/protocol/vless.html
delete mode 100644 web/html/xui/form/protocol/vmess.html
delete mode 100644 web/html/xui/form/protocol/wireguard.html
(limited to 'web/html/xui/form/protocol')
diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html
deleted file mode 100644
index 70ffe7e0..00000000
--- a/web/html/xui/form/protocol/dokodemo.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{{define "form/dokodemo"}}
-
-
-
-
-
-
-
-
-
- TCP,UDP
- TCP
- UDP
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html
deleted file mode 100644
index b4c55313..00000000
--- a/web/html/xui/form/protocol/http.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{{define "form/http"}}
-
-
-
- | {{ i18n "username" }} |
- {{ i18n "password" }} |
-
-
- |
-
-
-
-
- [[ index+1 ]]
-
-
-
-
-
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html
deleted file mode 100644
index 1190b672..00000000
--- a/web/html/xui/form/protocol/shadowsocks.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{{define "form/shadowsocks"}}
-
-
-
- {{template "form/client"}}
-
-
-
-
-
-
-
- | [[ client.email ]] |
- [[ client.password ]] |
-
-
-
-
-
-
-
-
- [[ method_name ]]
-
-
-
-
-
-
- {{ i18n "reset" }}
- Password
-
-
-
-
-
-
- TCP,UDP
- TCP
- UDP
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html
deleted file mode 100644
index 849ec210..00000000
--- a/web/html/xui/form/protocol/socks.html
+++ /dev/null
@@ -1,34 +0,0 @@
-{{define "form/socks"}}
-
-
-
-
-
-
-
-
- inbound.settings.auth = checked ? 'password' : 'noauth'">
-
-
-
-
- | {{ i18n "username" }} |
- {{ i18n "password" }} |
-
-
- |
-
-
-
-
- [[ index+1 ]]
-
-
-
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
deleted file mode 100644
index 09497bcd..00000000
--- a/web/html/xui/form/protocol/trojan.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{{define "form/trojan"}}
-
-
- {{template "form/client"}}
-
-
-
-
-
-
-
- | [[ client.email ]] |
- [[ client.password ]] |
-
-
-
-
-
-
-
-
-
-
-
-
-
- Fallback [[ index + 1 ]] inbound.settings.delFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
deleted file mode 100644
index f0c9f2e2..00000000
--- a/web/html/xui/form/protocol/vless.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{{define "form/vless"}}
-
-
- {{template "form/client"}}
-
-
-
-
-
-
-
- | [[ client.email ]] |
- [[ client.id ]] |
-
-
-
-
-
-
-
-
-
-
-
-
-
- Fallback [[ index + 1 ]] inbound.settings.delFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html
deleted file mode 100644
index 3c5200ac..00000000
--- a/web/html/xui/form/protocol/vmess.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{define "form/vmess"}}
-
-
- {{template "form/client"}}
-
-
-
-
-
-
-
- | [[ client.email ]] |
- [[ client.id ]] |
- [[ client.security ]] |
-
-
-
-
-{{end}}
diff --git a/web/html/xui/form/protocol/wireguard.html b/web/html/xui/form/protocol/wireguard.html
deleted file mode 100644
index 31e2e653..00000000
--- a/web/html/xui/form/protocol/wireguard.html
+++ /dev/null
@@ -1,76 +0,0 @@
-{{define "form/wireguard"}}
-
-
-
-
-
- {{ i18n "reset" }}
-
- {{ i18n "pages.xray.wireguard.secretKey" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Peer [[ index + 1 ]] inbound.settings.delPeer(index)" style="color: rgb(255, 77, 79);cursor: pointer;">
-
-
-
-
-
- {{ i18n "reset" }}
-
- {{ i18n "pages.xray.wireguard.secretKey" }}
-
-
-
-
-
-
-
- {{ i18n "pages.xray.wireguard.publicKey" }}
-
-
-
-
-
-
-
- {{ i18n "reset" }}
-
- {{ i18n "pages.xray.wireguard.psk" }}
-
-
-
-
-
-
-
- {{ i18n "pages.xray.wireguard.allowedIPs" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{end}}
\ No newline at end of file
--
cgit v1.2.3