-
Notifications
You must be signed in to change notification settings - Fork 541
Update Transaction Preview Gas Used view - Add TP example to the Docs #1527
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
leightkt
left a comment
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.
I wasn't sure how to test the sidebar backward compatibility- but everything else is looking good.
Thanks @leightkt ! |
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.
Some small suggestions. @Adamj1232 let me know what you think!
Description
To test:
yarn && yarn devcd docs/from the root of the projectyarn link @web3-onboard/transaction-preview && yarn && yarn devhttp://localhost:3000/docs/modules/transaction-preview#usage-with-web3-onboard-core-packageThis PR includes a couple bug fixes to the core package for backwards compatibility including:
sidebar.headingto the connect viewbackground-color->backgroundUpdating the Transaction Preview gas calculation, view and functionality to get standalone working properly(required for docs usage outside of W3O integration)
Adding a RP example button to the docs:
Checklist
package.jsonof the package you have made changes in is incremented following semantic versioning and using alpha release taggingyarn file-check,yarn type-check&yarn buildto confirm there are not any associated errorsIf this PR includes changes to add an injected wallet or SDK wallet module:
Please complete the following using the internal demo package.
To run this demo use the command
yarn && yarn devto get the project running athttp://localhost:8080/