feat: enhance UI components and implement password reset flow with improved styling and validation
This commit is contained in:
@@ -12,7 +12,10 @@ Convention: `docs/01-DOC-GUIDE.md §6`. Update this file in the **same commit**
|
||||
- [ ] `ProblemDetails` normalizer + `code → message` map (`lib/`)
|
||||
|
||||
## 1. Auth
|
||||
- [ ] Login screen → `POST /auth/login`; store token; attach to client
|
||||
- [~] Login screen — UI built (`app/login`); not yet wired to `POST /auth/login` / token storage
|
||||
- [~] Forgot password — add email screen — UI built (`app/login/forgot`); not yet wired to API
|
||||
- [~] Forgot password — verify OTP screen — UI built (`app/login/forgot/otp`); not yet wired to API
|
||||
- [~] Forgot password — change password screen — UI built (`app/login/forgot/reset`); not yet wired to API
|
||||
|
||||
## 2. Master Data screens
|
||||
- [ ] Items (list + create/edit, ETag handling)
|
||||
|
||||
Reference in New Issue
Block a user