-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix/add featured widget #2390
Closed
Closed
Fix/add featured widget #2390
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ae6407f
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp 9888c89
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp 4362254
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp fa858a4
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp 2920ef4
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp e7fc41b
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp c7ed29e
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp 987d806
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp d010311
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp b3a5f94
Merge branch 'V4' of github.com:WalletConnect/web3modal into V4
svenvoskamp 5efd2b3
add featured widget
svenvoskamp 1dc70f9
Merge branch 'V4' into fix/add-featured-widget
svenvoskamp d0dd49d
Merge branch 'V4' into fix/add-featured-widget
svenvoskamp bad9b9a
add external and remove coinbase
svenvoskamp 70e47f0
Merge branch 'fix/add-featured-widget' of github.com:WalletConnect/we…
svenvoskamp c9a388b
Merge branch 'V4' into fix/add-featured-widget
svenvoskamp 213df1e
remove external widget
svenvoskamp 4c158b4
Merge branch 'fix/add-featured-widget' of github.com:WalletConnect/we…
svenvoskamp 8df037a
merge
svenvoskamp 7a28dc2
Merge branch 'V4' into fix/add-featured-widget
svenvoskamp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
59 changes: 0 additions & 59 deletions
59
packages/scaffold/src/partials/w3m-connect-external-widget/index.ts
This file was deleted.
Oops, something went wrong.
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@svenvoskamp What about the
w3m-connect-coinbase-widget
one? Does the featured widgets including coinbase as well? If yes, should we removew3m-connect-coinbase-widget
?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.
@tomiir @enesozturk I think coinbase is part of
w3m-connect-external-widget
? Please correct me if I'm wrong.I think we can remove the
w3m-connect-coinbase-widget
and replace it for the external oneThere 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.
I think the only external one we have is coinbase. We can remove either of them I think, but CB widget has some logic to hide the duplicated connectors
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.
Okay, then I will remove the external one