Commit graph

2 commits

Author SHA1 Message Date
MHSanaei
1645664f03
refactor(frontend): move shared protocol enums to schemas/protocols/shared
Decouple Outbound from Inbound schemas: SSMethodSchema and VmessSecuritySchema (shared between inbound & outbound) now live in a neutral schemas/protocols/shared/ module. Outbound no longer reaches into schemas/protocols/inbound/*. Pure relocation + import rewiring; schema values identical, snapshots & golden tests unchanged.
2026-05-30 15:17:16 +02:00
MHSanaei
06d0ae947d
refactor(frontend): reorganize components & pages into feature folders
No behavior change; pure file relocation + import path updates.
2026-05-30 14:59:56 +02:00
Renamed from frontend/src/pages/xray/OutboundFormModal.tsx (Browse further)