-
Notifications
You must be signed in to change notification settings - Fork 37
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: add account redesign #1760
Conversation
🦋 Changeset(s) detectedThis PR includes changeset(s) for the following changed packages:
Not sure what this means? Click here to learn what changesets are. |
386cf36
to
d90029b
Compare
7f34531
to
41f6bf7
Compare
6a0ef04
to
4d47344
Compare
869b90b
to
a08ae85
Compare
a08ae85
to
402f7b5
Compare
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.
LGMT,
However there is this weird yo-yo effect when scrolling the virtualized dropdown networks list too fast. I tried to fix it myself but seems like react-virtual lib is not playing nice with headlessUi components. Time to give shadcn a go?
Don't think it is a blocker though, since the list is quite big and users will make use of the search functionality.
In the following video I never scrolled up:
Screen.Recording.2024-12-24.at.12.14.00.mov
* feat: add account redesign * fix: deselect AccountTypeNetworkSearch on click * fix: optional AccountCreateMethodButton.networks prop * fix: include nativetoken symbol in network search * fix: copy feedback * fix: also disable account type picker on second add/watch account page * fix: navigate to correct tab when clicking on `Add Account` breadcrumb * fix: copy feedback * feat: add back button * fix: watched account form spacing * fix: trim account type network search input * fix: account type search field font size
* feat: add account redesign (#1760) * feat: add account redesign * fix: deselect AccountTypeNetworkSearch on click * fix: optional AccountCreateMethodButton.networks prop * fix: include nativetoken symbol in network search * fix: copy feedback * fix: also disable account type picker on second add/watch account page * fix: navigate to correct tab when clicking on `Add Account` breadcrumb * fix: copy feedback * feat: add back button * fix: watched account form spacing * fix: trim account type network search input * fix: account type search field font size * fix: weird scroll behaviour in AccountTypeNetworkSearch * fix: comboboxOptions max height * fix: app crashing when no option selected, handle side effects in handleChange fn * revert: max height to fixed height * fix: disable spellcheck on network search combobox * chore: show active networks first in add account network dropdown * chore: remove account type selection buttons from some account creation screens --------- Co-authored-by: Will Urban <[email protected]> Co-authored-by: Chid Gilovitz <[email protected]>
Implements new designs for
/accounts/add
, including a network picker for users who don't know whether they need to create an Ethereum or a Polkadot account for use with a given chain.