fix: model user assignment by service instead of port
This commit is contained in:
@@ -21,3 +21,4 @@ Updated: 2026-04-01
|
||||
5. Simplified the UI into a calmer minimalist layout with reduced visual noise and denser operational presentation.
|
||||
6. Moved user creation into a modal flow and tightened the operator UX with quieter navigation and a denser users table.
|
||||
7. Rebuilt the UI shell from scratch around a stable topbar/tab layout with fixed typography and lower visual noise across window sizes.
|
||||
8. Corrected the user-creation flow to select a 3proxy service instead of assigning a per-user port, matching the documented 3proxy model.
|
||||
|
||||
@@ -21,7 +21,7 @@ Updated: 2026-04-01
|
||||
- `src/App.tsx`: authenticated panel shell rebuilt around a topbar/tab layout, plus modal user creation flow
|
||||
- `src/App.test.tsx`: login-gate and modal interaction tests
|
||||
- `src/app.css`: full panel styling
|
||||
- `src/data/mockDashboard.ts`: realistic mock state shaped for future API responses
|
||||
- `src/data/mockDashboard.ts`: realistic mock state shaped for future API responses, including service-bound users
|
||||
- `src/lib/3proxy.ts`: formatting and status helpers
|
||||
- `src/lib/3proxy.test.ts`: paranoia-oriented tests for core domain rules
|
||||
- `src/test/setup.ts`: Testing Library matchers
|
||||
|
||||
Reference in New Issue
Block a user