qzl
|
02e5e52e1f
|
fix: add navigation links and account screen
- Fix empty onPressed handlers in login/home screens
- Add todo/calendar toggle navigation in bottom dock
- Fix message invite detail path (/messages/invites/:id)
- Add account screen with logout/switch account dialogs
- Add /settings/account route
|
2026-02-25 12:06:14 +08:00 |
|
qzl
|
fa1164afa8
|
feat(router): add all feature routes
|
2026-02-25 11:22:58 +08:00 |
|
qzl
|
567b3d6712
|
feat(todo): add quadrants and detail screens
|
2026-02-25 11:10:32 +08:00 |
|
qzl
|
12b7df42d6
|
feat(home): add home screen and sheet
|
2026-02-25 11:01:09 +08:00 |
|
qzl
|
4fb90de1f5
|
feat(flutter): add auth module with router and screens
- Add app_router.dart with auth routes (login, register)
- Update main.dart with MaterialApp.router
- Add 5 auth screens:
- LoginEmailScreen with email validation
- LoginPasswordScreen with password visibility toggle
- LoginCodeScreen with verification code input
- RegisterScreen with step indicator
- RegisterStep2Screen with password/code/invite inputs
|
2026-02-25 10:57:43 +08:00 |
|
qzl
|
8c0b0a25c3
|
feat(core): add theme, shared widgets and validators
|
2026-02-25 10:52:18 +08:00 |
|