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

UI improvement for the transaction status view in the transaction cell #151

Open
sallymoc opened this issue Sep 4, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@sallymoc
Copy link

sallymoc commented Sep 4, 2024

As it can be seen in the image below (taken from https://betaexplorer.qubic.org/network/tick/15708701):

  • the transaction status view contains includes a fixed text "TX"
  • they are some transactions that do not include any icon (check or x) to indicate the status

image

Based on the discussion in the explorer team channel in discord:

  • For mining transactions, the amount will be always 0, thus status cannot be provided for them
  • For 'transfer transactions', the 'moneyFlew' field determines the status (check for true and x for false) because it indicates if the funds were actually transferred or not

Some possible options for improving the UI here:
a) to remove the "TX" text because if we keep it fixed, doesn't bring any added value. i.e how web wallet has this
image

b) to use different strings or icons to identify the 'type of transaction' instead of having the fixed TX.
An idea/proposal that came out in the discussion:
"if it's a mining transaction display the icon of a pickaxe
if it's a transfer, display a dollar
successful transfers are green dollars, failed ones are red dollars"

@Orestasas could you please have a look on this and advise if there is room for improvements here?

@sallymoc sallymoc added the enhancement New feature or request label Sep 19, 2024
@alexmf91 alexmf91 moved this to Backlog in Explorer Kanban Board Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant