mimblewimble / grin-gui

GUI for Grin Node + Wallet
GNU General Public License v3.0
20 stars 21 forks source link

[WIP] Restore seed word functionnality #5

Open deevope opened 2 years ago

yeastplume commented 2 years ago

This would be great to see, but keep in mind that iced-rs doesn't have a working text area widget at the moment, and cut/paste functionality is going to be very limited. We'll either need to implement some iced-rs components (via https://docs.rs/iced/latest/iced/widget/index.html) or get creative with how we accept input.

We'll also likely need cut/paste textarea type stuff when dealing with slatepack cut/pastes, so we definitely need a consistent way of sensibly dealing with blocks of text.

https://github.com/iced-rs/iced/issues/320

yeastplume commented 2 years ago

What the status on this one now? Is it ready for merge? This is handy functionality to have right now as we're on the verge of being able to start testing transactions on testnet.