feat: move user creation into modal flow

This commit is contained in:
2026-04-01 23:16:46 +03:00
parent f6262fa721
commit 23d36ddf3d
5 changed files with 213 additions and 67 deletions

View File

@@ -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.

View File

@@ -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