-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor useBuyModal documentation #149
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
Merged
JamesLawton
merged 21 commits into
marketplace-sdk-overview-and-getting-started
from
marketplace-sdk-useBuyModal
Aug 20, 2025
Merged
Refactor useBuyModal documentation #149
JamesLawton
merged 21 commits into
marketplace-sdk-overview-and-getting-started
from
marketplace-sdk-useBuyModal
Aug 20, 2025
+2,252
−158
Conversation
This file contains hidden or 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
…Updated title and description, added detailed usage examples, and improved parameter and return type sections for better understanding of the hook's functionality.
Sync file structure, format locales. Branch: 149/merge
Sync file structure, format locales. Branch: 149/merge
* fix sidekick docker command * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 150/merge --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add Shops docs * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 143/merge * Update shop docs assets * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 143/merge * Minor update * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 143/merge * Apply fixes * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 143/merge * Remove ERC-721 contracts reference in docs * Update ERC-1155 sale creation steps * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 143/merge * Update --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Reg <[email protected]>
* Revise Marketplace SDK overview content * Enhance Getting Started guide for Marketplace SDK * Reorganize the documentation structure for the Marketplace SDK, creating distinct groups for "Marketplace SDK", "Hooks", and "Marketplace Actions". * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * Update description in Getting Started guide for Marketplace SDK to focus on installation, configuration, and the make offer feature. * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * Enhance Getting Started guide for Marketplace SDK by adding a new section for SDK configuration, including instructions for creating a configuration file and replacing placeholder values with actual project credentials. Additionally, clarify the default behavior of the `shadowDom` setting in the SDK configuration. * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * rename NFTCard to CollectibleCard * refactor line: Optimized data fetching with React Query and Wagmi * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * showcase `useMarketplaceConfig` and get contract address, chain id from its data. use them in useCollectible params * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * remove shadowDom note. it should be mentioned in another page clearly and with examples * add width and height to image * Enhance CollectibleCard component with loading and error states * improve clarity and type safety by extracting collection properties. * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge * Refactor getting started guide to replace ConnectButton with CollectibleCard component. * Update SDK overview link to point to the marketplace SDK documentation. * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 148/merge --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sync file structure, format locales. Branch: 149/merge
…nk to them as reference in useBuyModal
…quence/docs into marketplace-sdk-useBuyModal
Sync file structure, format locales. Branch: 149/merge
…quence/docs into marketplace-sdk-useBuyModal
Sync file structure, format locales. Branch: 149/merge
96373be
into
marketplace-sdk-overview-and-getting-started
1 check passed
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.
useLowestListing
anduseListPrimarySaleItems
. It is best practice to have them both working together. Also added docs for these hooks and linked them inuseBuyModal
hook.