Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Oct 14, 2025


PR-Codex overview

This PR focuses on updating the documentation links for various widgets in the payments and bridge sections to remove the /widgets path from the URLs.

Detailed summary

  • Updated link for CheckoutWidget in apps/portal/src/app/payments/products/page.mdx.
  • Updated link for SwapWidget in apps/portal/src/app/bridge/page.mdx.
  • Updated links for BuyWidget, CheckoutWidget, and TransactionWidget in apps/portal/src/app/payments/custom-data/page.mdx.
  • Updated links for BuyWidget, CheckoutWidget, and TransactionWidget in apps/portal/src/app/payments/page.mdx.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • Documentation
    • Updated API reference links to the latest v5 paths for SwapWidget, BuyWidget, CheckoutWidget, and TransactionWidget across Bridge and Payments pages, including React tab examples.
    • Replaced outdated “widgets” subpaths with top-level references to improve navigation consistency and reduce redirects.
    • Minor formatting cleanups; no behavioral changes.

@vercel vercel bot temporarily deployed to Preview – nebula October 14, 2025 19:36 Inactive
@vercel
Copy link

vercel bot commented Oct 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Oct 14, 2025 8:39pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
nebula Skipped Skipped Oct 14, 2025 8:39pm
thirdweb_playground Skipped Skipped Oct 14, 2025 8:39pm
thirdweb-www Skipped Skipped Oct 14, 2025 8:39pm
wallet-ui Skipped Skipped Oct 14, 2025 8:39pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2025 19:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 14, 2025 19:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www October 14, 2025 19:36 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Oct 14, 2025

⚠️ No Changeset found

Latest commit: 210d654

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@MananTank MananTank marked this pull request as ready for review October 14, 2025 19:36
@MananTank MananTank requested a review from a team as a code owner October 14, 2025 19:36
@MananTank MananTank requested a review from a team as a code owner October 14, 2025 19:36
@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Oct 14, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 14, 2025

Walkthrough

Updated documentation pages to change TypeScript v5 widget reference URLs from the widgets subpath to top-level paths across multiple pages. Minor formatting adjustments; no code logic or public APIs altered.

Changes

Cohort / File(s) Summary
Bridge docs link update
apps/portal/src/app/bridge/page.mdx
Updated React tab link from /references/typescript/v5/widgets/SwapWidget to /references/typescript/v5/SwapWidget.
Payments docs: widget reference path corrections
apps/portal/src/app/payments/page.mdx, apps/portal/src/app/payments/custom-data/page.mdx, apps/portal/src/app/payments/products/page.mdx
Updated BuyWidget, CheckoutWidget, TransactionWidget links from /references/typescript/v5/widgets/* to /references/typescript/v5/*; removed an extra blank line in payments page.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request description only includes the repository’s commented-out template and an auto-generated Codex overview without filling in the required title format, notes for reviewers, or testing instructions sections, leaving key information incomplete. Please remove the placeholder template comments and populate the description with the formatted PR title or issue tag, a clear Notes for the reviewer section, and detailed How to test steps to align with the repository’s description template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title concisely summarizes the primary change by indicating that the portal’s widget component API reference links are being fixed, and it is clear, specific, and directly related to the documented updates.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 10-15-portal_fix_widget_component_api_reference_links

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 47354d5 and 210d654.

📒 Files selected for processing (4)
  • apps/portal/src/app/bridge/page.mdx (1 hunks)
  • apps/portal/src/app/payments/custom-data/page.mdx (1 hunks)
  • apps/portal/src/app/payments/page.mdx (2 hunks)
  • apps/portal/src/app/payments/products/page.mdx (1 hunks)
🧰 Additional context used
🪛 LanguageTool
apps/portal/src/app/payments/custom-data/page.mdx

[grammar] ~198-~198: There might be a mistake here.
Context: ...typescript/v5/sell/prepare) - BuyWidget - [CheckoutWidget](/references/typescript/v...

(QB_NEW_EN)


[grammar] ~199-~199: There might be a mistake here.
Context: ...pescript/v5/BuyWidget) - CheckoutWidget - [TransactionWidget](/references/typescrip...

(QB_NEW_EN)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • TEAM-0000: Entity not found: Issue - Could not find referenced Issue.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.51 KB (0%) 1.3 s (0%) 195 ms (+55.53% 🔺) 1.5 s
thirdweb (cjs) 366.04 KB (0%) 7.4 s (0%) 1.1 s (+4.04% 🔺) 8.4 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 68 ms (+1004.16% 🔺) 182 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 49 ms (+1294.99% 🔺) 59 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 50 ms (+787.09% 🔺) 432 ms

@joaquim-verges joaquim-verges merged commit 91ff13b into main Oct 15, 2025
29 of 31 checks passed
@joaquim-verges joaquim-verges deleted the 10-15-portal_fix_widget_component_api_reference_links branch October 15, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants