Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Mar 31, 2025


PR-Codex overview

This PR enhances the user interface of the Page component in the page.tsx file by restructuring the layout and adding a link to view API endpoints. It also refines the filtering of available endpoints to only include those with a defined get method.

Detailed summary

  • Wrapped the heading and description in a new div for better layout.
  • Added a Link component to navigate to API reference.
  • Changed the title of the BlueprintSection from "Available endpoints" to "Available GET endpoints".
  • Updated the filtering logic to only include endpoints with a defined get method.

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

@gregfromstl gregfromstl requested review from a team as code owners March 31, 2025 23:46
@linear
Copy link

linear bot commented Mar 31, 2025

@changeset-bot
Copy link

changeset-bot bot commented Mar 31, 2025

⚠️ No Changeset found

Latest commit: 8fdef82

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

@vercel
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 1, 2025 1:03am
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Apr 1, 2025 1:03am
login ⬜️ Skipped (Inspect) Apr 1, 2025 1:03am
thirdweb-www ⬜️ Skipped (Inspect) Apr 1, 2025 1:03am
wallet-ui ⬜️ Skipped (Inspect) Apr 1, 2025 1:03am

@gregfromstl gregfromstl self-assigned this Mar 31, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Mar 31, 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.

@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Mar 31, 2025
@github-actions github-actions bot added the Playground Changes involving the Playground codebase. label Mar 31, 2025
Copy link
Contributor Author

gregfromstl commented Mar 31, 2025

Merge activity

  • Mar 31, 7:46 PM EDT: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Mar 31, 9:01 PM EDT: gregfromstl added this pull request to the Graphite merge queue.
  • Mar 31, 9:06 PM EDT: A user merged this pull request with the Graphite merge queue.

@codecov
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.98%. Comparing base (cbb1569) to head (8fdef82).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6604   +/-   ##
=======================================
  Coverage   54.98%   54.98%           
=======================================
  Files         885      885           
  Lines       55517    55517           
  Branches     3794     3794           
=======================================
  Hits        30528    30528           
  Misses      24894    24894           
  Partials       95       95           
Flag Coverage Δ
packages 54.98% <ø> (ø)
🚀 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 Mar 31, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.56 KB (0%) 952 ms (0%) 135 ms (+126.88% 🔺) 1.1 s
thirdweb (cjs) 127.31 KB (0%) 2.6 s (0%) 214 ms (+28.57% 🔺) 2.8 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 113 ms (0%) 73 ms (+1138.39% 🔺) 185 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 48 ms (+2833.48% 🔺) 58 ms
thirdweb/react (minimal + tree-shaking) 19.34 KB (0%) 387 ms (0%) 104 ms (+644.9% 🔺) 491 ms

<!--

## 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 focuses on enhancing the layout and functionality of the `Page` component in `apps/playground-web/src/app/connect/pay/backend/page.tsx`. It improves the presentation of the Universal Bridge REST API information and adds a link to view all endpoints.

### Detailed summary
- Wrapped the header and description in a `div` for better layout.
- Added a `Link` component with a button to "View all endpoints".
- Changed the title of the `BlueprintSection` from "Available endpoints" to "Available GET endpoints".
- Updated the filtering of `blueprints` to only include those with defined `get` properties.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the greg/tool-3886-fix-ub-playground-api branch from 7dccb24 to 8fdef82 Compare April 1, 2025 01:02
@vercel vercel bot temporarily deployed to Preview – docs-v2 April 1, 2025 01:02 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 1, 2025 01:02 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www April 1, 2025 01:02 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 1, 2025 01:02 Inactive
@graphite-app graphite-app bot merged commit 8fdef82 into main Apr 1, 2025
31 checks passed
@graphite-app graphite-app bot deleted the greg/tool-3886-fix-ub-playground-api branch April 1, 2025 01:06
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Apr 1, 2025
@vercel vercel bot temporarily deployed to Production – docs-v2 April 1, 2025 01:06 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www April 1, 2025 01:06 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui April 1, 2025 01:06 Inactive
@vercel vercel bot temporarily deployed to Production – login April 1, 2025 01:06 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants