3x-ui/frontend/src/pages/xray
MHSanaei 18614bd6ea
feat(tabs): collapse settings and xray tab bars to evenly-spread icons
On phones the five Settings tabs and six Xray tabs overflowed the
viewport. Now the tab labels are stripped (v-if="!isMobile"), the
nav-list stretches to full width via display:flex + width:100%, and
each tab claims an equal share with flex:1 1 0 so the icons spread
across the row instead of bunching. Icons bumped to 18px with a
tooltip carrying the original label for discoverability.
2026-05-13 23:33:50 +02:00
..
BalancerFormModal.vue feat(xray/dns): align DNS settings with Xray docs + UI polish 2026-05-10 17:03:11 +02:00
BalancersTab.vue feat(xray/balancer): restore observatory editor + auto-sync selectors 2026-05-11 00:11:09 +02:00
BasicsTab.vue Vue3 migration (#4198) 2026-05-09 17:47:35 +02:00
DnsPresetsModal.vue Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
DnsServerModal.vue feat(xray/dns): align DNS settings with Xray docs + UI polish 2026-05-10 17:03:11 +02:00
DnsTab.vue add loopback and dns servers tag to inbound lists in RuleFormModal (#4244) 2026-05-11 08:23:30 +02:00
NordModal.vue feat(xray/nord): searchable server list + colored load tag, surface API errors 2026-05-11 10:06:01 +02:00
OutboundFormModal.vue fix(outbound): accept JSON-only configs and sync JSON to basic form on tab switch 2026-05-13 16:48:16 +02:00
OutboundsTab.vue add loopback and dns servers tag to inbound lists in RuleFormModal (#4244) 2026-05-11 08:23:30 +02:00
RoutingTab.vue feat(routing): drag-reorder rules, split balancer column, mobile card layout 2026-05-13 15:30:25 +02:00
RuleFormModal.vue feat(xray/dns): align DNS settings with Xray docs + UI polish 2026-05-10 17:03:11 +02:00
useXraySetting.js feat(xray/outbounds): TCP probe mode + Test All + timing breakdown 2026-05-11 04:17:23 +02:00
WarpModal.vue fix(warp): set license against Cloudflare API and surface errors inline 2026-05-13 21:13:16 +02:00
XrayPage.vue feat(tabs): collapse settings and xray tab bars to evenly-spread icons 2026-05-13 23:33:50 +02:00