Skip to content

fix: separate account and change password cards in settings#67

Merged
cevheri merged 2 commits intocevheri:mainfrom
yusuf-gundogdu:claude/upbeat-perlman
Mar 23, 2026
Merged

fix: separate account and change password cards in settings#67
cevheri merged 2 commits intocevheri:mainfrom
yusuf-gundogdu:claude/upbeat-perlman

Conversation

@yusuf-gundogdu
Copy link
Copy Markdown
Contributor

@yusuf-gundogdu yusuf-gundogdu commented Mar 23, 2026

Summary

  • Settings screen: Account and Change Password tiles were grouped inside a single card — split them into separate sections so each is independently tappable
  • Login screen: Tab key from username field was landing on Forgot Password button instead of password field — added TextInputAction.next to username and skipTraversal to the forgot password button

Test plan

  • dart analyze — no issues
  • dart format — 0 changes
  • flutter test — 1393 tests passed
  • flutter build web — success
  • Visual verification: Settings page shows separate cards
  • Visual verification: Tab from username goes to password on login

🤖 Generated with Claude Code

yusuf-gundogdu and others added 2 commits March 23, 2026 15:36
Username field lacked textInputAction.next and the Forgot Password
button intercepted Tab focus traversal. Added TextInputAction.next
to username field and skipTraversal to the forgot password button
so Tab moves directly from username to password.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cevheri cevheri merged commit 9483c05 into cevheri:main Mar 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants