-
Notifications
You must be signed in to change notification settings - Fork 409
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
Prebuilt UI: BuyDirectListingButton for Marketplace v3 #3847
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: e27ebef The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Graphite Automations"If PR for SDK -> Tag Joaquim, Jonas and Greg" took an action on this PR • (07/27/24)3 reviewers were added to this PR based on Kien Ngo's automation. |
CodSpeed Performance ReportMerging #3847 will not alter performanceComparing Summary
|
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3847 +/- ##
==========================================
+ Coverage 61.52% 61.57% +0.05%
==========================================
Files 963 964 +1
Lines 76668 76869 +201
Branches 3812 3822 +10
==========================================
+ Hits 47171 47335 +164
- Misses 28814 28849 +35
- Partials 683 685 +2
*This pull request uses carry forward flags. Click here to find out more.
|
/release-pr |
packages/thirdweb/src/react/web/ui/prebuilt/thirdweb/BuyButton/index.tsx
Outdated
Show resolved
Hide resolved
packages/thirdweb/src/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.tsx
Show resolved
Hide resolved
packages/thirdweb/src/react/web/ui/prebuilt/thirdweb/BuyDirectListingButton/index.tsx
Outdated
Show resolved
Hide resolved
Merge activity
|
<!-- start pr-codex --> ## PR-Codex overview This PR adds a new prebuilt component `BuyDirectListingButton` for Marketplace v3 in Thirdweb. ### Detailed summary - Added `BuyDirectListingButton` component for buying NFTs in Marketplace v3 - Updated related tests and utility functions - Improved documentation for the new component > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
8832847
to
1bc74ff
Compare
<!-- start pr-codex --> ## PR-Codex overview This PR adds a new prebuilt component `BuyDirectListingButton` for Marketplace v3. It includes the button logic for buying NFTs from a listing. ### Detailed summary - Added `BuyDirectListingButton` component for Marketplace v3 - Implemented button logic for buying NFTs from a listing - Included tests for `BuyDirectListingButton` - Defined props and functionality for `BuyDirectListingButton` - Created transaction handling for purchasing NFTs > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1bc74ff
to
9624687
Compare
<!-- start pr-codex --> ## PR-Codex overview This PR adds a new prebuilt component `BuyDirectListingButton` for Marketplace v3 in Thirdweb. ### Detailed summary - Added `BuyDirectListingButton` component for buying NFTs in Marketplace v3 - Included tests for `BuyDirectListingButton` - Created functionality to prepare and execute buy transactions - Integrated with `TransactionButton` for transaction handling > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
9624687
to
88b3fa3
Compare
<!-- start pr-codex --> ## PR-Codex overview This PR adds a new prebuilt component `BuyDirectListingButton` for Marketplace v3 in Thirdweb. ### Detailed summary - Added `BuyDirectListingButton` component for buying NFTs from a listing - Includes necessary logic for preparing and executing transactions - Provides detailed documentation and testing for the component > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
88b3fa3
to
e27ebef
Compare
PR-Codex overview
This PR adds a new prebuilt component
BuyDirectListingButton
for Marketplace v3 in Thirdweb.Detailed summary
BuyDirectListingButton
component for buying NFTs from a listingTransactionButton
for transaction handling