3x-ui/web/translation
MHSanaei 2bcf287cf1
feat(clients): add top-level Clients tab and CRUD API
Adds /panel/api/clients endpoints (list, get, add, update, del,
attach, detach) backed by ClientService methods that orchestrate
the per-inbound Add/Update/Del flows so a single client row is
created once and attached to many inbounds in one operation.

The frontend gains a dedicated Clients page (frontend/clients.html
+ src/pages/clients/) with an AntD table, multi-inbound attach
modal, and full CRUD. Axios interceptor learns to honour
Content-Type: application/json so the JSON endpoints work
alongside the legacy form-encoded ones.

The legacy per-inbound client modal stays untouched in this PR —
both flows now write to the same source of truth.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 07:28:55 +02:00
..
ar-EG.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
en-US.json feat(clients): add top-level Clients tab and CRUD API 2026-05-17 07:28:55 +02:00
es-ES.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
fa-IR.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
id-ID.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
ja-JP.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
pt-BR.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
ru-RU.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
tr-TR.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
uk-UA.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
vi-VN.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
zh-CN.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
zh-TW.json feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00