Skip to content
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: new account switcher #94

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: new account switcher #94

wants to merge 3 commits into from

Conversation

meeh0w
Copy link
Member

@meeh0w meeh0w commented Nov 20, 2024

⚠️ DO NOT MERGE, waiting for the balance rollup

Description

Changes

  • New account switcher designs
  • New account details view
  • No balance rollup yet (AC3), will be done in a separate PR

Testing

  • Play with the account switcher, try to break it

Screenshots:

New.Account.Switcher.mov

Checklist for the author

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

Copy link
Contributor

@vvava vvava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been trying to test it as well and it seems it works well, love it

}}
>
<Button
onClick={onAddNewAccount}
sx={{ gap: 1 }}
sx={{
mr: '1px !important',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we avoid to use the important here and other places?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't so easy with the current state of K2 - the other way I found was very verbose, so I went with !important. Let me take another look at this, I'll get back to you

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactored in 9633fa8

Copy link
Contributor

@bferenc bferenc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works great! 👏

Copy link
Contributor

@vvava vvava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@meeh0w
Copy link
Member Author

meeh0w commented Nov 25, 2024

⚠️ DO NOT MERGE, waiting for the balance rollup

@meeh0w meeh0w added the DO NOT MERGE This PR is not meant to be merged in its current state label Nov 25, 2024
@meeh0w meeh0w mentioned this pull request Nov 27, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE This PR is not meant to be merged in its current state
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants