Musicoin / desktop

The official Musicoin Desktop Wallet Application
https://musicoin.org
Other
115 stars 67 forks source link

Have a single pay button #275

Closed Varunram closed 5 years ago

Varunram commented 6 years ago

Having a single pay button is a feature that we've long been wanting. There could be a toggle mode under "Advanced settings" which could have separate addresses like we have right now, but for most users, having a single pay button with a single Balance which they can look at is friendlier UI/UX.

This would involve doing away with the table on the front page as it exists right now and then replacing it with a single Pay button and a div informing them of their balance. There should be a button "My accounts" which on clicking should reveal the table that we have right now.

Having a single pay button also means that we need to have some logic of tracking account balances and then spending from the respective accounts (don't try to spend 100MC out of an account that has only 10MC). This would also modify the backup function to take a backup of all accounts that belong to an user. We also need a unified "Past payments" tab, but that's an issue in itself.