-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sign-in Revamp]: New Auth Modal + Updated Wallet behaviours (#6520)
* Added FLAG_NEW_SIGN_IN_MODAL feature flag * Updated auth button variants * Added auth modal layout * Integrated social logins * Integrated cosmos, substrate, and solana wallet auth * Show 'no wallet available' if wallets aren't available * Added option to show specific wallets * Replaced all instances of LoginModal with AuthModal * Updated height of sign-in scroll * Updated AuthModal style * Added EVM wallet options to AuthButton * Updated wallets visibility behaviours * Updated type for auth modal tabs list * Fix types * Use CWModal components * Fixed race condition in useWallets when creating account * [Sign-in Revamp]: Email Sign-in UI + Implementation (#6563) * Added email login implementation * Added evm wallets modal UI and implementation * Make submit buttons fullwidth on mobile * Only show loader when email form is submitted * Fix function call * [Sign-in Revamp]: EVM wallets submodal implementation in Auth Modal (#6577) * Added wallet connect reset button * Fixed `showWalletsFor` prop logic * Updated conditional in AuthButton * Added branching conditions for community specific wallets * Refactored auth modal common logic into seperate BaseModal * Added color vars * Removed help icon * Temp nerfed failing landing login test * Fixed scroll
- Loading branch information
Showing
35 changed files
with
1,105 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.