-
Notifications
You must be signed in to change notification settings - Fork 36
feat(explorer): add balance breakdown to address page #7198
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(explorer): add balance breakdown to address page #7198
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
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.
ci is failing 🙏
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.
i have a suggestion, let me know what you think 😊 🙏
apps/explorer/src/pages/address-result/AddressBalanceBreakdown.tsx
Outdated
Show resolved
Hide resolved
Not possible since it would break JEST because of the components in iota/core, the imports need to be specific. |
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.
message suggestions
apps/explorer/src/pages/address-result/AddressBalanceBreakdown.tsx
Outdated
Show resolved
Hide resolved
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.
small improvement to totalTimleockedStake
calculation
apps/explorer/src/pages/address-result/AddressBalanceBreakdown.tsx
Outdated
Show resolved
Hide resolved
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
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
Description of change
Please write a summary of your changes and why you made them.
Links to any relevant issues
Fixes #7191
How the change has been tested
Release Notes