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: Refactor & add ConnectButton & ProfileModal #277

Merged
merged 64 commits into from
Feb 7, 2025
Merged

feat: Refactor & add ConnectButton & ProfileModal #277

merged 64 commits into from
Feb 7, 2025

Conversation

wenty22
Copy link
Collaborator

@wenty22 wenty22 commented Feb 7, 2025

Description

Issue ticket number and link

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have updated changeset
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

For adding a new wallet

Please fill out the form below if you are adding a new wallet, for more detail, please click here

test case Does the wallet support connecting by this way? Does the wallet support switching networks? Does the wallet support testnet?
PC, browser extension ✔️ ✔️
Android, in system browser
Android, in wallet dApp browser
iOS, in system browser
iOS, in wallet dApp browser
WalletConnect, PC
WalletConnect, Android, in system browser
WalletConnect, Android, in wallet dApp browser
WalletConnect, iOS, in system browser
WalletConnect, iOS, in wallet dApp browser

wenty22 and others added 30 commits October 29, 2024 11:54
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Support solana on mobile

* chore: update versions (alpha) (#225)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Add deeplink for tw solana on mobile

* chore: update versions (alpha) (#226)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Add phantom deeplink

* fix: Add deelink for phantom

* chore: update versions (alpha) (#227)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Update tron dependencies

* chore: update versions (alpha) (#230)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fix an issue where solana is disconnected when trust evm wallet is disconnected

* chore: update versions (alpha) (#231)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: Update demo

* fix: Fix the trust wallet will automatically connect when the page loaded

* chore: update versions (alpha) (#232)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fix the trust wallet will automatically connect when the page loaded

* docs: Add change log

* chore: update versions (alpha) (#233)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Use window.trustwallet as TW provider to avoid conflicts

* chore: update versions (alpha) (#234)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fix trust issue

* chore: update versions (alpha) (#235)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Fix binance web3 wallet successfully detected trustwallet on mobile

* chore: update versions (alpha) (#236)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: Support tg wallet

* feat: Support tg wallet

* feat: Support tg wallet

* chore: update versions (alpha) (#237)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: Add new wallet

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
wenty22 and others added 29 commits January 7, 2025 23:50
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Remove debug code

* fix: Fix type error

* feat: Remove unused packages
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Remove debug code

* fix: Fix type error

* feat: Remove unused packages

* feat: Update demo
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Remove debug code

* fix: Fix type error

* feat: Remove unused packages

* feat: Update demo

* feat: Export a method to check whether a provider exists
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: Remove debug code

* fix: Fix type error

* feat: Remove unused packages

* feat: Update demo

* feat: Export a method to check whether a provider exists

* refactor: Use uniform method to get wallet behavior on evm & non-evm wallets

* feat: Remove metaMask support on tg
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#271)

* feat: Remove debug code

* fix: Fix type error

* feat: Remove unused packages

* feat: Update demo

* feat: Export a method to check whether a provider exists

* refactor: Use uniform method to get wallet behavior on evm & non-evm wallets

* feat: Remove metaMask support on tg

* feat: Support connecting to a specified wallet based on its wallet id
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@wenty22 wenty22 merged commit 5758de4 into main Feb 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant