3x-ui/frontend/src/pages
MHSanaei ef8882a5c0
fix(online): scope per-inbound online to inbounds that carried traffic
Multi-inbound clients showed online on every inbound they were attached to. Xray's user-level traffic stat aggregates across all inbounds a client belongs to, so the email signal alone can't say which inbound was used.

Pair it with the inbound-level traffic signal under the same 20s grace and gate the per-inbound rollup on it: a client only shows online on inbounds that actually moved bytes this window. Remote nodes report no per-inbound activity and stay ungated (no regression). Adds GetActiveInboundsByNode, the activeInbounds WS field and POST /panel/api/clients/activeInbounds.

Fixes #4859
2026-06-03 16:19:00 +02:00
..
api-docs fix(online): scope per-inbound online to inbounds that carried traffic 2026-06-03 16:19:00 +02:00
clients fix(clients): use client_inbounds link to resolve inbound, not stale id 2026-06-03 13:42:32 +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 fix(online): scope per-inbound online to inbounds that carried traffic 2026-06-03 16:19:00 +02:00
index feat(dashboard): more System History metrics, persistence & localized labels 2026-06-03 12:16:31 +02:00
login feat: complete Zod migration of frontend + bulk client batching (#4599) 2026-05-27 04:26:50 +02:00
nodes chore(frontend): bump deps to 0.2.7 and hide node row selection for single node 2026-06-03 12:33:10 +02:00
settings feat(settings): sidebar submenu nav for settings and xray with icon tabs 2026-06-03 09:26:25 +02:00
sub feat(settings): move the remark model control to the subscription tab 2026-06-03 02:45:16 +02:00
xray fix(outbounds): preserve SNI/TLS settings on transport change 2026-06-03 16:00:22 +02:00