3x-ui/frontend/src/pages
MHSanaei 39b716409a
fix(settings): enforce trafficDiff max of 100 in UI (#4769)
The trafficDiff InputNumber and form schema lacked an upper bound, so values above 100 were accepted in the UI but rejected by the backend (gte=0,lte=100), failing the entire settings save with a misleading 'request body failed validation' error. Add max=100 to the input and .max(100) to the schema.
2026-06-01 17:47:24 +02:00
..
api-docs feat(nodes): bulk panel self-update with live online indicator 2026-06-01 07:03:06 +02:00
clients feat(clients): show last-online tooltip on the depleted tag too 2026-06-01 08:50:45 +02:00
groups fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
inbounds feat(finalmask): sync transport with upstream Xray core changes 2026-06-01 10:12:51 +02:00
index fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
login feat: complete Zod migration of frontend + bulk client batching (#4599) 2026-05-27 04:26:50 +02:00
nodes fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
settings fix(settings): enforce trafficDiff max of 100 in UI (#4769) 2026-06-01 17:47:24 +02:00
sub fix(qr): hide QR for post-quantum links on client QR page 2026-05-29 17:04:30 +02:00
xray Replace static label with translation for downlink stats (#4762) 2026-06-01 16:31:45 +02:00