-
Notifications
You must be signed in to change notification settings - Fork 79
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: Simple send modal recipient view #17096
base: master
Are you sure you want to change the base?
Conversation
ec9deff
to
27dcfd2
Compare
Jenkins BuildsClick to see older builds (7)
|
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.
LGTM in general, massive work!
Just some hints to get rid of the slow SFPM stuff
if (sensor.containsMouse) { | ||
return root.address | ||
} | ||
return elideAddress ? StatusQUtils.Utils.elideText(root.address, 6, 4) : root.address |
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.
We have some dedicated "elide wallet address" function imo
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.
I used this one, because the dedicated one uses specific character to display "x", which doesn't display correctly on indenticon.
Added comment here
13a260f
to
8dd3ea0
Compare
8dd3ea0
to
6158b50
Compare
@caybro updated all your remarks. Thanks for improvement ideas! Please have a look again. |
Closes #16916
User stories (during the update): https://www.notion.so/Recipient-selection-12e8f96fb65c80cebb0deb75533fa255
What does the PR do
Affected areas
Architecture compliance
My PR is consistent with this document: Status Desktop Architecture Guide
Screenshot of functionality (including design for comparison)
recipient_view.mov