Skip to content

fix(sample): move "Forgot password?" button out of overlapping Box in… - #1367

Open
MohammedThalha2002 wants to merge 2 commits into
supabase-community:masterfrom
MohammedThalha2002:fix/chat-demo-app-ui
Open

fix(sample): move "Forgot password?" button out of overlapping Box in…#1367
MohammedThalha2002 wants to merge 2 commits into
supabase-community:masterfrom
MohammedThalha2002:fix/chat-demo-app-ui

Conversation

@MohammedThalha2002

Copy link
Copy Markdown

What kind of change does this PR introduce?

Bug fix, docs update, ...

What is the current behavior?

In the chat-demo-mpp sample, the "Forgot password?" button was placed inside a Box with Modifier.fillMaxSize() aligned to BottomEnd. Because it spanned the
entire screen and was positioned on top, it overlapped with other UI elements on the login screen.

Screenshot Jul 24 2026 (1)

What is the new behavior?

  • The "Forgot password?" button is now rendered directly below the password field as part of the login form flow.
  • Added an onForgotPassword callback to PasswordField.
  • Removed the overlapping Box from LoginScreen.
Screenshot Jul 24 2026

This is a visual/UI fix only; no library code or public API is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants