3x-ui/frontend/src/entries
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
..
api-docs.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
clients.js feat(clients): add top-level Clients tab and CRUD API 2026-05-17 07:28:55 +02:00
inbounds.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
index.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
login.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
nodes.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
settings.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
subpage.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
xray.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00