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

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