-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Find wallet > remove all the scrolls > quick fix #11174
Conversation
✅ ethereum-org-website-dev deploy preview ready
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvement!
Agreed with @wackerow, would be a good addition to have the filters and table header as sticky
to keep improving the ux. I think you mentioned this on the original issue and that could come in next iterations.
=====
Two things I see while testing:
-
In mobile, the filter's sidebar doesn't work very well when scrolling too much
https://github.com/ethereum/ethereum-org-website/assets/468158/b79bfaec-439e-42e4-ac5c-7a7e3b9871b4 -
Can we remove the bottom 1px line that separate the table's content from the footer? made sense before since we had that inner scrolling but now it feels unnecessary and we end having 2 close bottom lines
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
cannot nest tables inside tables
Added some changes... to summarize:
|
revert `as="div"` to fix nested tables, resulting in similar bug, remove unneeded borderRadius styling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tried this out, feeling much more polished! Got all the sticky positioning cleaned up. Approved from my end.
Screen.Recording.2023-10-01.at.8.13.44.PM.movAdded a line for full width back in to avoid this resizing bug on desktop |
update to Chakra-UI Text component for clean up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Wondering if we consider the following as a bug:
issue.mp4
I'd expect the content of the sidebar to be sticky as well.
Approving it for now.
The find wallet page was designed to have a specific behavior that evolved to add some scroll in some areas of the page.
we got some feedback that was making the experience worse, and we wanted to test without the scroll.
This PR is trying to test and probably implement a simpler experience on this page.
Preview link
https://ethereumorgwebsitedev01-findwalletremovescroling.gatsbyjs.io/en/wallets/find-wallet
Related Issue
#11156