-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: sticky home actions #6033
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6033 +/- ##
==========================================
- Coverage 88.73% 88.73% -0.01%
==========================================
Files 727 727
Lines 30772 30763 -9
Branches 5306 5306
==========================================
- Hits 27306 27297 -9
Misses 3423 3423
Partials 43 43
Continue to review full report in Codecov by Sentry.
|
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.
Love it 🚀
Description
Home actions contain many important features: send, receive, buy, swap, and withdraw. Currently, if a user has scrolled down in the transaction feed to access the home actions they must scroll to the top of the transaction feed. This causes unnecessary friction when attempting to interact with home actions. As a solution, this PR makes the home actions a sticky header that disappears when scrolled down and reappears as soon as the user starts to scroll back up.
Screen.Recording.2024-09-18.at.9.53.04.AM.mov
Screen.Recording.2024-09-18.at.9.56.00.AM.mov
Test plan
Related issues
N/A
Backwards compatibility
Yes
Network scalability
N/A