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:
@@ -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: '使用验证码登录',
|
||||
|
||||
Reference in New Issue
Block a user