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

web-wallet: Top of Dashboard UI Cut Off After Returning from a Mode in Web Wallet #2997

Open
nortonandreev opened this issue Nov 17, 2024 · 0 comments
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module priority:urgent High priority issues

Comments

@nortonandreev
Copy link
Contributor

nortonandreev commented Nov 17, 2024

Description

There is an intermittent bug in the Web Wallet where part of the dashboard UI is cut off after returning from a specific mode (e.g., Receive, Stake, etc.). If the user scrolls down within a mode to access the back button and navigates back to the dashboard, the top of the page (including the balance and address picker) is missing.

Visuals

Screenshot 2024-11-17 at 19 20 53 Screenshot 2024-11-17 at 19 03 28

Steps to Reproduce

  1. Open the Web Wallet.
  2. Navigate to a mode, such as Receive or Stake.
  3. Scroll down within the mode until the back button is visible.
  4. Use the back button to return to the dashboard.
  5. Observe that the top part of the dashboard (balance and address picker) is not displayed.

Expected Behavior

The top of the dashboard, including the balance and address picker, should be fully visible when returning from a mode.

Actual Behavior

The top part of the dashboard is missing after returning from a mode where scrolling occurred.

Impact

Users are unable to see critical information like their balance and address picker upon returning to the dashboard, leading to confusion and poor usability.

Proposed Solution

  • Ensure the UI resets correctly to show the entire dashboard after navigating back from any mode.
  • Investigate the scrolling behavior and ensure the scroll position is reset upon redirection to the dashboard.
  • Add a visual layout check to ensure the top section is always rendered.

Acceptance Criteria

  • The top of the dashboard is fully visible after returning from any mode.
  • Scroll position is correctly reset when navigating back to the dashboard.
  • The fix works consistently across all modes and supported browsers/devices.
@nortonandreev nortonandreev added fix:bug Something isn't working module:web-wallet Issues related to web-wallet module priority:urgent High priority issues labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module priority:urgent High priority issues
Projects
None yet
Development

No branches or pull requests

1 participant