3x-ui/frontend/src
MHSanaei 8332ba67ae
chore(deps): bump antd to 6.5 and migrate deprecated component props
Upgrade frontend deps (antd 6.4.5 -> 6.5.0, Ant Design icons, TanStack
Query, i18next, eslint) and fasthttp 1.71 -> 1.72.

AntD 6.5 deprecated several Input/Card/Space props, so adapt the panel UI:
- Input/InputNumber addonBefore/addonAfter -> prefix/suffix
- Card bordered -> variant="outlined"
- Space direction -> orientation
- swap the hand-rolled Telegram SVG for the new TelegramFilled icon
- guard SettingListItem against cloning aria-labelledby onto a Fragment,
  which only accepts key/children
2026-06-29 16:57:55 +02:00
..
api fix(settings): require re-2FA confirmation for sensitive setting changes (#5610) 2026-06-28 15:17:15 +02:00
components chore(deps): bump antd to 6.5 and migrate deprecated component props 2026-06-29 16:57:55 +02:00
entries Migrate frontend models/api/utils to TypeScript and modernize AntD theming (#4563) 2026-05-25 14:34:53 +02:00
generated fix(sub): bake Host VLESS Route into subscription UUIDs 2026-06-29 14:32:23 +02:00
hooks feat(wireguard): client config UX, collapsible config card, configurable DNS 2026-06-29 00:50:34 +02:00
i18n refactor: focused service files, leaf subpackages, and an internal/ layout (#5167) 2026-06-10 15:19:22 +02:00
layouts feat(a11y): screen-reader & keyboard accessibility across the panel (#5486) (#5652) 2026-06-29 12:51:29 +02:00
lib chore(deps): bump antd to 6.5 and migrate deprecated component props 2026-06-29 16:57:55 +02:00
models feat: ldap skip tls verify (#5637) 2026-06-28 18:10:38 +02:00
pages chore(deps): bump antd to 6.5 and migrate deprecated component props 2026-06-29 16:57:55 +02:00
schemas fix(sub): bake Host VLESS Route into subscription UUIDs 2026-06-29 14:32:23 +02:00
styles feat(hosts): managed Hosts for per-host subscription link overrides (#5409) 2026-06-17 12:06:55 +02:00
test fix(sub): bake Host VLESS Route into subscription UUIDs 2026-06-29 14:32:23 +02:00
utils feat(a11y): screen-reader & keyboard accessibility across the panel (#5486) (#5652) 2026-06-29 12:51:29 +02:00
env.d.ts feat(postgres): in-panel backup/restore and consistent CLI backend 2026-05-31 17:53:34 +02:00
main.tsx Migrate frontend models/api/utils to TypeScript and modernize AntD theming (#4563) 2026-05-25 14:34:53 +02:00
queryClient.ts feat(frontend): TanStack Query + React Router migration & in-panel API docs (#4541) 2026-05-24 21:34:52 +02:00
routes.tsx feat(sidebar): move Routing/Outbounds to top-level items with clean URLs 2026-06-22 22:20:26 +02:00