-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The set of information displayed on output diagram entities could be more useful to the user and improve diagram readability. Currently, an output is composed of five rows.
The first row always shows a title "Create". It doesn't bring any valuable information and it would be more useful to display the output index as expressed on the last row of a transaction, making the connection between those two more obvious.
Then we have a label informing us on the type of output (Generic, Undo Send, Vault, Base contract unspecified). The meaning of those labels should be available to the user, maybe through a legend. Also, the user would probably appreciate being able to customise the outputs by adding other labels that makes sense to him. Additionally, displaying the recipient Bitcoin address seems useful.
Then, if a transaction is unconfirmed, both transactions and outputs will show an "unconfirmed" warning at the center. It feels like an unnecessary cluttering that could be replaced by a visual code such as a red border.
Then we have the amount.
Then we have the indexes of potential transactions. Maybe that can be removed since it doesn't really bring valuable information.