-
Notifications
You must be signed in to change notification settings - Fork 98
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
receive button #621
receive button #621
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #621 +/- ##
===========================================
+ Coverage 85.6% 85.62% +0.02%
===========================================
Files 89 91 +2
Lines 1507 1524 +17
Branches 69 69
===========================================
+ Hits 1290 1305 +15
- Misses 203 205 +2
Partials 14 14
|
Sorry for not getting to this earlier. I like this idea a lot. It can be improved for usability.
|
I would vote against QR codes for now. There is no way to use them currently. |
it's a desktop app - and while voyager is at around 40% of my 13 inch mac you can still see the whole address.
so you're saying we should replace the copy button with the receive button, which copies the address to clipboard and opens the receive modal? we're still going to have to show the user a copy notification so they know what happened. this feels a bit awkward to me. and an extra annoying modal for people that already knew they just wanted to copy the address. the purpose, is just to add some familiarity (like other wallet apps) and provide a bit of a learning opportunity for people. the existing address + copy was a fine ux IMO. |
@jolesbi I agree that combining the two buttons and showing a modal is not a great compromise. It sucks for power users. But I still don't like having two buttons that do similar things. Here are my thoughts on how we can improve the receive experience without adding a second button.
|
great ideas @nylira. i like 2 and 3 very much. is it ok if we don't do 1? it's not really a "receiving address" only. by implementing 2 and 3 i think the title is ok as is. |
@jolesbi Yes, we don't have to do 1 :) |
i think this is good to go. |
It looks and works great. Love it! I made a small change to use a different part of NiListItem for the receive button--it should look exactly the same. |
Great teamwork guys |
* fix polkadot overview for 0 balance accounts * changelog
closes #522