-
Notifications
You must be signed in to change notification settings - Fork 4
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: CP-9474 import private key activate account, design fixes #89
base: main
Are you sure you want to change the base?
Conversation
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.
Working as expected 👍
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.
Just one small issue in the CSS. It looks good in the UI, but the values are incorrect so it's hard to say what they should be.
color: fontColor, | ||
backgroundColor: isActive ? 'grey.400' : 'default', |
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.
Description
We want to make the latest imported account to be the active account.
Changes
After the import phase we select the account. There are few design fixes in addition.
Testing
Go to accounts page -> import an account
Screenshots:
Screen.Recording.2024-11-13.at.14.51.37.mov
Checklist for the author
Tick each of them when done or if not applicable.