skycoin
skycoin copied to clipboard
Improve display transaction inputs and outputs in transaction preview
Currently, addresses are comma separated and combined on one line. This is hard to read for more than a few addresses.
It should display it in a tabular format, with the number of coins and hours per address in the table, with a final total at the end
Would not this mean duplicating the data? The preview already has the data in some way:
Thinking a little more about it, maybe indicating the addresses that belong to the user (in the outputs column), it would be easier to identify the return addresses, but I'm not sure if I'm understanding what you have in mind