3x-ui/frontend/src/pages/inbounds/info
MHSanaei f116b09f7c
refactor(frontend): extract InboundInfoModal helpers, types & buildInboundInfo
InboundInfoModal.tsx 1081 -> 836 lines. Moved the pure data helpers (network host/path readers, link-protocol check, copy/download/statsColor/IP formatting) plus all shared types and the buildInboundInfo data builder into info/helpers.ts and info/types.ts. The state-coupled render body is left intact (no React render tests to guard a deeper split). Code moved verbatim; no behavior change. All gates green, 337 tests pass.
2026-05-30 15:35:43 +02:00
..
helpers.ts refactor(frontend): extract InboundInfoModal helpers, types & buildInboundInfo 2026-05-30 15:35:43 +02:00
InboundInfoModal.css refactor(frontend): reorganize components & pages into feature folders 2026-05-30 14:59:56 +02:00
InboundInfoModal.tsx refactor(frontend): extract InboundInfoModal helpers, types & buildInboundInfo 2026-05-30 15:35:43 +02:00
index.ts refactor(frontend): reorganize components & pages into feature folders 2026-05-30 14:59:56 +02:00
types.ts refactor(frontend): extract InboundInfoModal helpers, types & buildInboundInfo 2026-05-30 15:35:43 +02:00