Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Sep 8, 2025


PR-Codex overview

This PR focuses on enhancing the metadata and revalidation settings for the API reference pages in the portal and playground-web applications. It updates titles and descriptions to better reflect the purpose of the documentation.

Detailed summary

  • Updated metadata in apps/portal/src/app/reference/page.tsx:
    • Changed title to "thirdweb API Reference".
    • Changed description to "A Unified interface for Web3 development".
  • Added revalidate property set to 3600 in apps/portal/src/app/reference/page.tsx.
  • In apps/playground-web/src/app/reference/page.tsx:
    • Imported ScalarApiReference and createMetadata.
    • Added metadata with title as "thirdwebAPI Reference" and description as "A Unified interface for Web3 development".
    • Added revalidate property set to 3600.

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

@linear
Copy link

linear bot commented Sep 8, 2025

@vercel
Copy link

vercel bot commented Sep 8, 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 Sep 8, 2025 11:36pm
thirdweb_playground Ready Ready Preview Comment Sep 8, 2025 11:36pm
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
nebula Skipped Skipped Sep 8, 2025 11:36pm
thirdweb-www Skipped Skipped Sep 8, 2025 11:36pm
wallet-ui Skipped Skipped Sep 8, 2025 11:36pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 21:16 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 21:16 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www September 8, 2025 21:16 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Sep 8, 2025

⚠️ No Changeset found

Latest commit: 2d76cf9

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 09-09-_bld-259_playground_portal_add_revalidation_for_api_reference_page

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

@github-actions github-actions bot added Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase. labels Sep 8, 2025
@MananTank MananTank marked this pull request as ready for review September 8, 2025 21:16
@MananTank MananTank requested review from a team as code owners September 8, 2025 21:16
Copy link
Member Author

MananTank commented Sep 8, 2025


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.

@codecov
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.65%. Comparing base (e7d0899) to head (2d76cf9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8022   +/-   ##
=======================================
  Coverage   56.65%   56.65%           
=======================================
  Files         904      904           
  Lines       58677    58677           
  Branches     4165     4165           
=======================================
  Hits        33241    33241           
  Misses      25330    25330           
  Partials      106      106           
Flag Coverage Δ
packages 56.65% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.96 KB (0%) 1.3 s (0%) 576 ms (+176.35% 🔺) 1.9 s
thirdweb (cjs) 356.86 KB (0%) 7.2 s (0%) 1.7 s (+8.9% 🔺) 8.9 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 167 ms (+1458.91% 🔺) 281 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 96 ms (+2151.77% 🔺) 106 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 174 ms (+437.67% 🔺) 557 ms

@MananTank MananTank force-pushed the 09-09-_bld-259_playground_portal_add_revalidation_for_api_reference_page branch from 69768d1 to 68c07ae Compare September 8, 2025 22:00
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 22:00 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www September 8, 2025 22:00 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 22:00 Inactive
@MananTank MananTank force-pushed the 09-09-_bld-259_playground_portal_add_revalidation_for_api_reference_page branch from 68c07ae to f3590c7 Compare September 8, 2025 22:01
@vercel vercel bot temporarily deployed to Preview – thirdweb-www September 8, 2025 22:01 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 22:01 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 22:01 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 8, 2025

Merge activity

…#8022)

<!--

## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

## Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

## How to test

Unit tests, playground, etc.

-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the metadata and content for the API reference pages in the `portal` and `playground-web` applications, enhancing the descriptions and titles to better reflect the purpose of the APIs. It also introduces a revalidation period for both pages.

### Detailed summary
- Updated `metadata` in `apps/portal/src/app/reference/page.tsx`:
  - Changed `title` from "API Reference" to "thirdweb API Reference".
  - Changed `description` from "Complete REST API reference for all thirdweb services" to "A Unified interface for Web3 development".
- Added `revalidate` property with value `3600` in `apps/portal/src/app/reference/page.tsx`.
- In `apps/playground-web/src/app/reference/page.tsx`:
  - Imported `ScalarApiReference` and `createMetadata`.
  - Added `metadata` with `title` "thirdwebAPI Reference" and `description` "A Unified interface for Web3 development".
  - Added `revalidate` property with value `3600`.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the 09-09-_bld-259_playground_portal_add_revalidation_for_api_reference_page branch from f3590c7 to 2d76cf9 Compare September 8, 2025 23:04
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 23:04 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www September 8, 2025 23:04 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 23:04 Inactive
Base automatically changed from mny-163 to main September 8, 2025 23:26
@graphite-app graphite-app bot merged commit 2d76cf9 into main Sep 8, 2025
22 checks passed
@graphite-app graphite-app bot deleted the 09-09-_bld-259_playground_portal_add_revalidation_for_api_reference_page branch September 8, 2025 23:37
@vercel vercel bot temporarily deployed to Production – wallet-ui September 8, 2025 23:37 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www September 8, 2025 23:37 Inactive
@vercel vercel bot temporarily deployed to Production – nebula September 8, 2025 23:37 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants