-
Notifications
You must be signed in to change notification settings - Fork 3
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: translate known addresses #573
Conversation
Deployed to https://pr-573-aescan.stg.aepps.com |
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.
Looks good, we could also display it in the account detail but it's already a good starting point.
Co-authored-by: Michele F. <michele-franchi@users.noreply.github.com>
incorporated to account detail. Hope that's how you imagined it .) |
<copy-chip | ||
:label="formatEllipseHash(accountDetails.id)" | ||
:label="formatKnownAddress(accountDetails.id)" |
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 touched this and noticed the usage of styling classes for the different views, which I recently replaced. Here was forgotten, so I adjusted it also in sibling files
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.
It looks good but I would not apply it in the account detail like this, I have some other ideas on how to do it and I'll open a followup.
Please remove the AccountDetailsPanel
implementation and I'll approve.
Removed |
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.
Good job
Description
resolves #451
known addresses are listed here https://github.com/aeternity/aescan/pull/573/files#diff-bd2e652035adaf33b6125f14a823cf76feae0c1c1a592e9a6c14a14951a52a28R96
Demo
firefox_LhuLGjtRPx.mp4
Checklist: