-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
chore: grant/details cleanup #4720
chore: grant/details cleanup #4720
Conversation
- fixed alert to notify grant owner to switch to right metamask address. - fix breaking UI on mobile + tablet on summary section - disable change address button if address is same. - added tooltip to give more info to grant owner
Codecov Report
@@ Coverage Diff @@
## master #4720 +/- ##
=======================================
Coverage 30.41% 30.41%
=======================================
Files 216 216
Lines 17223 17223
Branches 2332 2332
=======================================
Hits 5239 5239
Misses 11776 11776
Partials 208 208 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4720 +/- ##
=======================================
Coverage 30.41% 30.41%
=======================================
Files 216 216
Lines 17233 17233
Branches 2333 2333
=======================================
Hits 5242 5242
Misses 11783 11783
Partials 208 208 Continue to review full report at Codecov.
|
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 good - just a question and a small typo
- Changed order of info to ensure contract change appears at the bottom. - Added tooltip explaining what can the grant owner can do. - Fixed up alert logic to instruct user to login with right address
86322e6
to
683f265
Compare
@danlipert addressed your comments and throw in a few more changes to make UX less weird |
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.
Late to the party, LGTM
Description
address.
Refers/Fixes
It should go in after #4719
Just cause I built it on top of that PR
Testing
Check it out HERE
UPDATE: MADE A FEW MORE CHANGES TO MAKE UX LESS WEIRD