feat: move user creation into modal flow
This commit is contained in:
@@ -19,3 +19,4 @@ Updated: 2026-04-01
|
||||
3. Implemented the first UI slice with hardcoded panel auth, operator-focused dashboard, users table, and system config preview.
|
||||
4. Added paranoia-oriented tests for login gating, proxy link encoding, quota edge cases, and traffic share formatting.
|
||||
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.
|
||||
|
||||
@@ -18,8 +18,8 @@ Updated: 2026-04-01
|
||||
## Frontend
|
||||
|
||||
- `src/main.tsx`: application bootstrap
|
||||
- `src/App.tsx`: authenticated panel shell and tab composition
|
||||
- `src/App.test.tsx`: login-gate component tests
|
||||
- `src/App.tsx`: authenticated panel shell, modal user creation flow, and tab composition
|
||||
- `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/lib/3proxy.ts`: formatting and status helpers
|
||||
|
||||
Reference in New Issue
Block a user