Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: AddAccount layout scrolling issue #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gioisco
Copy link
Contributor

@gioisco gioisco commented Aug 14, 2024

Summary:
Refactored the AddAccount screen layout to resolve scrolling issues.

Changes:

  • Replaced Stack with Column to streamline vertical arrangement.
  • Wrapped the SingleChildScrollView component with Expanded.
  • Ensured the confirmation button remains visible and does not overlap with scrollable content.
  • Enhanced user experience by making sure the input fields and options are fully accessible without obstruction.

Screenshots:

After attempt to scroll.

  • Before:
    Before

  • After:
    After

- Replaced `Stack` with `Column` to streamline vertical arrangement.
- Wrapped the `SingleChildScrollView` component with `Expanded`.
- Ensured the confirmation button remains visible and does not overlap with
  scrollable content.
- Enhanced user experience by making sure the input fields and options are fully
  accessible without obstruction.
@gioisco gioisco changed the title Refactor AddAccount layout for better usability Fix: AddAccount layout scrolling issue Aug 14, 2024
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.

1 participant