-
Notifications
You must be signed in to change notification settings - Fork 620
[Portal] Clean up UB docs #6952
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
[Portal] Clean up UB docs #6952
Conversation
🦋 Changeset detectedLatest commit: b282750 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
9f1ce8c to
9e7b45e
Compare
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6952 +/- ##
==========================================
- Coverage 55.01% 55.01% -0.01%
==========================================
Files 897 897
Lines 57309 57309
Branches 3956 3960 +4
==========================================
- Hits 31531 31530 -1
- Misses 25681 25682 +1
Partials 97 97
🚀 New features to boost your workflow:
|
f1fd695 to
71c30d4
Compare
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
71c30d4 to
b282750
Compare
PR-Codex overview
This PR focuses on deprecating legacy payment functions in the
thirdwebpackage and updating various components across the codebase to enhance functionality and maintainability.Detailed summary
@deprecatedtag to multiple functions inthirdwebrelated to payment:getBuyWithCryptoQuotegetPostOnRampQuotegetBuyWithCryptoTransfergetBuyWithCryptoStatusgetBuyWithCryptoHistoryuseBuyWithFiatQuoteuseBuyWithFiatStatususeBuyWithFiatHistoryuseBuyWithCryptoQuoteuseBuyWithCryptoStatususeBuyWithCryptoHistoryselectedDocinapps/portal/src/app/typescript/v5/[...slug]/page.tsxandapps/portal/src/app/references/components/TDoc/PageLayout.tsxto include a fallback forslugToDoc.apps/portal/src/app/typescript/v5/sidebar.tsxto categorize payment links under "Bridge, Swap, and Onramp".Universal Bridgesection inapps/portal/src/app/connect/pay/overview/page.mdxto clarify its capabilities.apps/portal/src/app/connect/pay/webhooks/page.mdxfor better clarity on webhook implementation and verification.TypedocSummarycomponent to includekeyprops for React elements to prevent potential rendering issues.