3x-ui/frontend/src/pages/xray
MHSanaei a5c04d0f62
refactor(frontend): inline style hex literals and Alert icon redundancy
- FinalMaskForm: five DeleteOutlined icons used rgb(255,77,79) inline;
  swap for var(--ant-color-error) so they follow theme customization.
- NodesPage: CheckCircleOutlined / CloseCircleOutlined statistic prefixes
  switch to var(--ant-color-success) / -error.
- NodeList: ExclamationCircleOutlined warning icons (two callsites) now
  use var(--ant-color-warning).
- BasicsTab: four <Alert type="warning"> blocks shipped a custom
  ExclamationCircleFilled icon styled to match the warning palette —
  exactly the icon and color AntD Alert renders for type="warning" by
  default. Replace the icon prop with showIcon and drop the now-unused
  ExclamationCircleFilled import.
- JsonEditor: focus-within box-shadow tint now uses color-mix on
  --ant-color-primary instead of an rgba(22,119,255,0.1) literal.
2026-05-25 13:30:51 +02:00
..
BalancerFormModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
BalancersTab.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
BasicsTab.css Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
BasicsTab.tsx refactor(frontend): inline style hex literals and Alert icon redundancy 2026-05-25 13:30:51 +02:00
DnsPresetsModal.css refactor(frontend): scope dark overrides and switch list borders to AntD CSS variables 2026-05-25 04:10:44 +02:00
DnsPresetsModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
DnsServerModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
DnsTab.css Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
DnsTab.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
NordModal.css refactor(frontend): swap neutral gray rgba literals for AntD CSS variables 2026-05-25 13:20:59 +02:00
NordModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
OutboundFormModal.css Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
OutboundFormModal.tsx refactor(frontend): drop eslint-disable from OutboundFormModal field section 2026-05-25 02:08:16 +02:00
OutboundsTab.css refactor(frontend): swap hardcoded AntD palette colors for CSS variables 2026-05-25 13:14:11 +02:00
OutboundsTab.tsx refactor(frontend): drop .js extensions from TS-resolved imports 2026-05-25 01:18:43 +02:00
RoutingTab.css refactor(xray): collapse RoutingTab dark forks into AntD CSS variables 2026-05-25 13:22:35 +02:00
RoutingTab.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
RuleFormModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
WarpModal.css refactor(frontend): swap neutral gray rgba literals for AntD CSS variables 2026-05-25 13:20:59 +02:00
WarpModal.tsx Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
XrayPage.css Frontend rewrite: React + TypeScript with AntD v6 (#4498) 2026-05-23 15:21:45 +02:00
XrayPage.tsx feat(frontend): TanStack Query + React Router migration & in-panel API docs (#4541) 2026-05-24 21:34:52 +02:00