-
Notifications
You must be signed in to change notification settings - Fork 55
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: Show jar total amount in detail view #551
feat: Show jar total amount in detail view #551
Conversation
Hey @httpiga, thanks for your contribution - nice! I am asking because there is also a task related to improving the header. See #528. |
@theborakompanioni thank you for your comment, initially I considered exactly your suggestion, but doing this would show total amount only in "UTXOs" tab, while you won't see it in "Details" tab, so in the end I decided to put the total amount info outside the "UTXOs" tab content. |
👍 from me! ping @editwentyone |
Thank for sharing the Figma with me @editwentyone , I really like the new design! |
hm you are right, its not including the internal ones. will need to rethink it a little bit more, thanks for the hint |
Do you think that's better pausing this PR while waiting for an updated design, or merge this just to have it and refactor later? |
Would you be okay with moving it to the place the current figma files suggest, i.e. having it only on the "Jar" tab for now, and then adding it to "Details" tab in a follow-up PR? I think it is fine either way, we can also merge it now if you prefer that! |
Okay, next week I'm going to move the total amount to the "UTXOs" tab like the Figma suggest! |
Hey @httpiga, still motivated to get this feature in? 🧡 |
Hey, sorry for having disappeared but had un unexpected busy period - I'll be glad to implement this as soon as I can! |
Don't worry. Glad you are still interested. Please know, that there is absolutely no urgency involved. Take your time! |
Nice! 🧡
What do you think about merging it and doing the refactoring in a follow-up PR? |
Let's do this 🧡 |
Closes #517.
I added total balance next to the tab selector so that it will be always visible.