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
This commit is contained in:
qzl
2026-02-25 12:06:14 +08:00
parent fa1164afa8
commit 02e5e52e1f
9 changed files with 300 additions and 36 deletions
@@ -131,7 +131,7 @@ class _LoginPasswordScreenState extends State<LoginPasswordScreen> {
],
),
const SizedBox(height: 12),
AppButton(text: '登录', onPressed: () {}),
AppButton(text: '登录', onPressed: () => context.go('/home')),
const SizedBox(height: 12),
AppButton(
text: '使用验证码登录',