-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat: add nonce indicator on pending transactions when viewing an address (#622) #624
Conversation
Great stuff, thanks for the contribution. Def C with a tooltip. Maybe the number styleized as e.g. |
Thanks for picking this up @linden here are my thoughts: A is most descriptive, but I like C most because it is least noticeable and I think that is fine in most cases. I think it is clever to put in a line we were already using as to not increase the height required per item shown. What about C including the word nonce? |
What Kyran says even better |
I like this idea bc on the home page there is limited space across. I don't think spelling out |
Thanks for the feedback! Here's what it looks like with the tooltip and the explorer.nonce.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll speak from users perspective if I may? as much as I like "n" I'd also like to suggest add "Fees" to the Explorer. Both Explorer and Hiro wallet if possible. I've made the comment on separate issues: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though I see good points for making the nonce more discoverable for new users, I'm thinking it's best to keep the line items as simple as possible given they repeat multiple times. Right now, each information doesn't have a label, which is a good decision to avoid repeating text and crowding the interface.
Having the tooltip as shown here should do the trick now.
For adding more information, such as fees, it will be more challenging (since there are no labels to explain what each piece of information means). I think then it may be time to review the line item's design a bit further.
@He1DAr Fernando is ok with the design, let's move on to a code review please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! left a couple of small comments. Could you resolve CI issues?
Co-authored-by: He1DAr <[email protected]>
Co-authored-by: He1DAr <[email protected]>
Looks ready to me, anything else needed @He1DAr? |
🎉 This issue has been resolved in version 1.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Adds a indicator next to pending transactions, reasons detailed here (#622).