3x-ui/frontend/src/pages/inbounds
MHSanaei 76dbbfc1f8
feat(inbounds): clearer client validation errors on save
When an inbound save fails Zod validation, the toast previously showed a
raw path like `settings.clients.494.tgId: Invalid input`, which gave no
hint which of hundreds of clients was at fault. Resolve the client array
index back to the client email, name the field, and append a "(+N more)"
count when several fields fail. console.error now logs a readable list of
every issue instead of dumping the whole form.

Adds the invalidClientField/invalidField/moreIssues toast strings across
all 13 translations.
2026-05-31 22:41:58 +02:00
..
clients refactor(frontend): reorganize source tree & break down oversized modals/tabs (#4698) 2026-05-30 21:51:33 +02:00
form feat(inbounds): clearer client validation errors on save 2026-05-31 22:41:58 +02:00
info refactor(frontend): reorganize source tree & break down oversized modals/tabs (#4698) 2026-05-30 21:51:33 +02:00
list refactor(inbounds): remove column sorter from inbound list 2026-05-31 22:01:10 +02:00
qr refactor(frontend): reorganize source tree & break down oversized modals/tabs (#4698) 2026-05-30 21:51:33 +02:00
InboundsPage.tsx feat(inbounds): add multi-select and bulk delete 2026-05-31 00:29:24 +02:00
useInbounds.ts feat: complete Zod migration of frontend + bulk client batching (#4599) 2026-05-27 04:26:50 +02:00