kryptokrona / aesir-wallet

Aesir is the most current Kryptokrona GUI Wallet built with Svelte and Electron.
https://kryptokrona.org
MIT License
10 stars 4 forks source link

Click to send to contact #2

Closed f-r00t closed 1 year ago

f-r00t commented 1 year ago

Right now there is no way of sending to a contact other than copying the address, then manually pasting it into the send screen.

I think the best solution is binding clicks on the contacts to automatically go to the send screen, with the recipients details already in the input field, and perhaps an indicator that you're "sending to contact X", which should also pop up whenever you enter a contacts address manually into the input field.

f-r00t commented 1 year ago

Partially solved by 1b8d7148b26b927391cf58b0885763a7c0d19eff It remains to add an indicator that you're sending to a contact whenever a contacts address is present in the address input field

f-r00t commented 1 year ago

Closing as this is mostly completed.