Skip to content

Conversation

rkistner
Copy link
Contributor

These are some minor tweaks to the supabase-todolist demo app, fixing issues that I ran into when testing.

  1. Set the correct keyboard type for all password fields. Without this, the input was hidden, but the keyboard would use auto-correct for example, and wouldn't integrate with password managers. This prevented me from signing in.
  2. Add scrolling to sign-in and sign-up screens. A sign-in error could move content off-screen, which made it unusable after an error.
  3. Use enableEdgeToEdge() to avoid the system bar having the same color as the background. I don't fully understand all the options and implications here, but this appeared to be the simplest and most consistent solution.

@rkistner rkistner requested a review from simolus3 August 25, 2025 13:53
Copy link
Contributor

@simolus3 simolus3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@rkistner rkistner merged commit b45e02f into main Aug 26, 2025
5 checks passed
@rkistner rkistner deleted the demo-tweaks branch August 26, 2025 13:55
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