Skip to content
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

Failed Operations in transactions tab #590

Open
umurb opened this issue Apr 10, 2019 · 0 comments
Open

Failed Operations in transactions tab #590

umurb opened this issue Apr 10, 2019 · 0 comments
Labels
design needs to go to design first

Comments

@umurb
Copy link

umurb commented Apr 10, 2019

Currently, any failed operation is showing up as a regular transaction in the transactions tab, causing confusion. We need to distinguish these failed operations from successful ones.

Not showing these transactions at all is an option. But failed operations still consumes the Fee selected by the user. Hence I believe it is important for users to see them. We might consider adding a checkbox in settings to display these transactions or not.

To determine if an operation was successful or not we can the status field.
if (status === 'applied') ==> Success
else ==> Fail

@umurb umurb added the design needs to go to design first label Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design needs to go to design first
Projects
None yet
Development

No branches or pull requests

1 participant