-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adds widget #1947
Merged
Merged
Adds widget #1947
Conversation
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
Adds instructions on running locally
Adds instructions on running locally
Custom theme picker
Removes unused fields
Removes unused type
* Testing Provider Behavior * Update `Bridge` to accept `web3Provider` prop from Consumer * `useEthereumWallet` hook to handle mocking Consumer Wallet * Pass in Consumer web3Provider to Bridge component * `getAccounts` util function to grab current connect address to window.ethereum object * Consumer Provider state * useEthereumWallet utility hook to grab current browser ethereum data * Mock Consumer Provider * Log when Consumer chain/account updates * Add `Web3Provider` * ... * Update for merge * Start migration of Widget component to allow for index to be app setup * Declare `WidgetProps` type * Migrate Bridge contents to Widgets component * Wrap `Widget` with `Web3Provider` to provide Context access * Fetch Web3 Provider data when provider detected from Consumer * Update Context values * Construct `handleBridge` callback to test Consumer Provider * Add Button to invoke handleBridge * Add prettier config * Format code with Prettier * ...
abtestingalpha
force-pushed
the
adds-widget
branch
from
January 31, 2024 04:00
84d5b25
to
f230b72
Compare
abtestingalpha
force-pushed
the
adds-widget
branch
from
January 31, 2024 04:09
f230b72
to
c71339a
Compare
abtestingalpha
force-pushed
the
adds-widget
branch
2 times, most recently
from
January 31, 2024 22:58
619de05
to
56de7b2
Compare
abtestingalpha
force-pushed
the
adds-widget
branch
3 times, most recently
from
February 1, 2024 04:21
cb7870f
to
8f64774
Compare
@coderabbitai pause |
abtestingalpha
force-pushed
the
adds-widget
branch
from
February 1, 2024 05:49
8f64774
to
ccf7e87
Compare
abtestingalpha
force-pushed
the
adds-widget
branch
from
February 1, 2024 14:32
32a08d5
to
2056d28
Compare
abtestingalpha
force-pushed
the
adds-widget
branch
from
February 1, 2024 14:34
2056d28
to
aa86319
Compare
aureliusbtc
approved these changes
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.