-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements to Preview transaction #77
Comments
First comment
In terms of UX/UI I'm not a big fan of tooltips, first because on mobile they're super clunky, but also because it requires additional interaction from the user, here I wanted to match the actual transaction names that the users would see on their ledger, but I'll do :
Yeah, makes sense that way
I will specify
Will do ! Second comment
Undelegate does not exist in english and "reclaiming a part or your whole delegation" makes sense from a user's perspective - plus it matches the wording used in the documentation
Using from is problematic for translators, because if in english you can "send from" and "reclaim from" that won't work in other languages. I get that it can be confusing I'll change it to something like
I'll see what I can do UX/UI wise but it does make sense |
I have the following suggestions:
Type. Should the "nice" transaction type / name (something that is translatable) be shown first and the raw transaction's method name (e.g.
Add escrow
) be shown in parenthesis?Something like:
The full description (e.g. "Delegate your tokens to a validator and earn rewards") could be shown via a mouse-hoover tooltip?
Validator. Can this be renamed to "To"? In principle, one could make a delegation to a non-validator node. And this makes it consistent with the Oasis Node CLI which shows:
And with what the Oasis Ledger app will show in the upcoming version.
Balance. Do you think users will find this field useful? In principle, the Preview transaction is a dialog, so the Total balance of an account will be visible in the background. Moreover, I was a bit confused if the balance should be interpreted as the balance before executing this transaction or some "preview" balance that will be the effect of executing this transaction?
I would consider removing it.
Gas. Can you rename this to "Gas limit" and change the units to so it is shown as 272? This will make it consistent with the Oasis Node CLI and what the Oasis Ledger app shows.
The text was updated successfully, but these errors were encountered: