-
Notifications
You must be signed in to change notification settings - Fork 5k
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
UX Multichain: Added Footer to the home screen #20751
Conversation
ui/components/multichain/app-footer/__snapshots__/app-footer.test.js.snap
Outdated
Show resolved
Hide resolved
Hi @NidhiKJha this looks good!! a small detail on the global actions modal: -The cells/buttons, are actually full width (modal doesn't have lateral padding), so on hover state we wouldn't see any padding. |
@SaraCheikh I have added the select action modal updates here #20755 |
Wow, this is a great start! A few things I noticed: 1. OnboardingI'm seeing the bottom bar during the end of onboarding: We should hide this until onboarding is completed. 2. When clicking "send", I don't see the bottom barI think we will want to keep the bottom bar during sending, but maybe that's a product decision cc: @kevinghim |
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 start!
|
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.
Approved
da47dee
to
51f80d0
Compare
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.
This is awesome!
@NidhiKJha What's the status on this? |
@darkwing We have the test failures because of the notifications in the home page like the backup SRP reminder. So, we need to fix that issue so that it doesn't overlap with the footer placement. Design is in Progress for this. But I am blocked by this issue |
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.
Code is looking good but I have a question for design regarding expanded view. What happens when we have a large list of assets? Is there some scrolling logic that keeps the footer in view? Does having the footer near the bottom of the screen make it harder to find? cc @kylefiedler
acbee5a
to
d1d5e41
Compare
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #20751 +/- ##
===========================================
+ Coverage 68.61% 68.64% +0.03%
===========================================
Files 1017 1017
Lines 40814 40833 +19
Branches 10900 10907 +7
===========================================
+ Hits 28002 28028 +26
+ Misses 12812 12805 -7
☔ View full report in Codecov by Sentry. |
Builds ready [d1d5e41]
Page Load Metrics (1092 ± 342 ms)
Bundle size diffs
|
This PR is to add the footer
Screenshots/Screencaps
Screen.Recording.2023-09-06.at.2.49.36.PM.mov
Manual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.