-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: #657: stop truncating metadata symbols #1444
Conversation
@Valentine1898 thanks for noting the issues. Fixed multiple places with incorrect truncation + improved the Dialog component for mobile screens |
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
export const IDB_VERSION = 44; | ||
export const IDB_VERSION = 45; |
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.
To clarify, this will cause mainnet users must sync again after updating the extension in chrome store. Should we already consider indexed-db migrations without data loss?
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.
Think we are ok for now, syncing is very fast with the low block height at the moment
Closes #657
Removed metadata symbol trimming from wasm and added max-width to the
ValueComponent
with the native tooltip, so users can always access the asset symbol.