-
Notifications
You must be signed in to change notification settings - Fork 155
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
Ethereum wallets selector. #1106
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c61d49 - Browse repository at this point
Copy the full SHA 2c61d49View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8461c0b - Browse repository at this point
Copy the full SHA 8461c0bView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c468be - Browse repository at this point
Copy the full SHA 0c468beView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8391e5b - Browse repository at this point
Copy the full SHA 8391e5bView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16b5927 - Browse repository at this point
Copy the full SHA 16b5927View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee568b - Browse repository at this point
Copy the full SHA cee568bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b2468 - Browse repository at this point
Copy the full SHA 28b2468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0a901 - Browse repository at this point
Copy the full SHA 9a0a901View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc18d7c - Browse repository at this point
Copy the full SHA fc18d7cView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c137e1 - Browse repository at this point
Copy the full SHA 6c137e1View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07705d4 - Browse repository at this point
Copy the full SHA 07705d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27540ee - Browse repository at this point
Copy the full SHA 27540eeView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a6c373 - Browse repository at this point
Copy the full SHA 7a6c373View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d26fbb0 - Browse repository at this point
Copy the full SHA d26fbb0View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2a0f3e - Browse repository at this point
Copy the full SHA d2a0f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73aff7a - Browse repository at this point
Copy the full SHA 73aff7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a52e7e2 - Browse repository at this point
Copy the full SHA a52e7e2View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 396fab0 - Browse repository at this point
Copy the full SHA 396fab0View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec044bb - Browse repository at this point
Copy the full SHA ec044bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4deef6f - Browse repository at this point
Copy the full SHA 4deef6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb803d - Browse repository at this point
Copy the full SHA ccb803dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34608cd - Browse repository at this point
Copy the full SHA 34608cdView commit details
Commits on May 31, 2024
-
* Improve transfer type design * Format JSON better * Add text highlight * Add spinner * Add explorer link * Clean up
Configuration menu - View commit details
-
Copy full SHA for ab88d31 - Browse repository at this point
Copy the full SHA ab88d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f141026 - Browse repository at this point
Copy the full SHA f141026View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72abcca - Browse repository at this point
Copy the full SHA 72abccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2bed4 - Browse repository at this point
Copy the full SHA ab2bed4View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e8a9af - Browse repository at this point
Copy the full SHA 5e8a9afView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2e738b - Browse repository at this point
Copy the full SHA e2e738bView commit details
Commits on Jun 21, 2024
-
fix: Improve error handling during signIn.
If any error happens, disconnect the Ethereum wallet to let the user connect again from the beginning.
Configuration menu - View commit details
-
Copy full SHA for 104bec4 - Browse repository at this point
Copy the full SHA 104bec4View commit details
Commits on Jun 24, 2024
-
feat: Log in with Ethereum flow.
Auto connect to ethereum-wallets without showing the NEAR modal.
Configuration menu - View commit details
-
Copy full SHA for 35841f8 - Browse repository at this point
Copy the full SHA 35841f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fea570 - Browse repository at this point
Copy the full SHA 1fea570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447254b - Browse repository at this point
Copy the full SHA 447254bView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb701d0 - Browse repository at this point
Copy the full SHA fb701d0View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a984a1 - Browse repository at this point
Copy the full SHA 9a984a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9203a - Browse repository at this point
Copy the full SHA bc9203aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d0f82 - Browse repository at this point
Copy the full SHA 34d0f82View commit details -
fix: Disconnect wallet when switch to account without LAK.
Log in with Ethereum flow expects the Ethereum wallet to be disconnected if the NEAR selector is disconnected.
Configuration menu - View commit details
-
Copy full SHA for a727916 - Browse repository at this point
Copy the full SHA a727916View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c93268 - Browse repository at this point
Copy the full SHA 8c93268View commit details
Commits on Jul 1, 2024
-
feat: Confirm action and allow retry. (#11)
* feat: Confirm action and allow retry. * Styling * Clean up * Edit buttons * chore: Rename. --------- Co-authored-by: santerisarle <santeri.sarle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 35e85a1 - Browse repository at this point
Copy the full SHA 35e85a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40b498 - Browse repository at this point
Copy the full SHA a40b498View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e4619 - Browse repository at this point
Copy the full SHA d8e4619View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3348741 - Browse repository at this point
Copy the full SHA 3348741View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1967c1 - Browse repository at this point
Copy the full SHA d1967c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71533ff - Browse repository at this point
Copy the full SHA 71533ffView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4574982 - Browse repository at this point
Copy the full SHA 4574982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2221a62 - Browse repository at this point
Copy the full SHA 2221a62View commit details -
feat: Chain switch modal. (#13)
* feat: Chain switch modal. * Add styling * Rows to cols --------- Co-authored-by: santerisarle <santeri.sarle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a4757d - Browse repository at this point
Copy the full SHA 6a4757dView commit details