Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 14, 2025


PR-Codex overview

This PR focuses on renaming and updating the service-related components in the codebase, changing references from products to services, and modifying service definitions and their display in the UI.

Detailed summary

  • Renamed products to services in multiple files.
  • Updated ChainListRow and ChainServiceFilter to map over services.
  • Changed service titles and descriptions in SERVICE_DEFINITIONS.
  • Modified products.ts to reflect new service icons and links.
  • Enhanced SupportedProductsSection to display services conditionally with a new ProductCard component.

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

@linear
Copy link

linear bot commented Nov 14, 2025

@changeset-bot
Copy link

changeset-bot bot commented Nov 14, 2025

⚠️ No Changeset found

Latest commit: b06a918

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 Nov 14, 2025

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

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

@vercel vercel bot temporarily deployed to Preview – nebula November 14, 2025 20:57 Inactive
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 14, 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 (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 11-15-_pro-105_dashboard_update_service_names

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

@vercel vercel bot temporarily deployed to Preview – docs-v2 November 14, 2025 20:57 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 14, 2025 20:57 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 14, 2025 20:57 Inactive
@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. packages labels Nov 14, 2025
@MananTank MananTank marked this pull request as ready for review November 14, 2025 20:58
@MananTank MananTank requested review from a team as code owners November 14, 2025 20:58
Copy link
Member Author

MananTank commented Nov 14, 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.

@MananTank MananTank force-pushed the 11-15-_pro-105_dashboard_update_service_names branch from c5219e6 to 472c095 Compare November 14, 2025 20:58
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 14, 2025 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula November 14, 2025 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 14, 2025 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 14, 2025 20:58 Inactive
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.85%. Comparing base (5080b47) to head (b06a918).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8419   +/-   ##
=======================================
  Coverage   54.85%   54.85%           
=======================================
  Files         919      919           
  Lines       60853    60853           
  Branches     4142     4142           
=======================================
  Hits        33378    33378           
  Misses      27373    27373           
  Partials      102      102           
Flag Coverage Δ
packages 54.85% <ø> (ø)
🚀 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 Nov 14, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 14, 2025

Merge activity

<!--

## 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 renaming and refactoring the usage of `products` to `services` across various components, updating service definitions, and improving the rendering of product cards in the UI.

### Detailed summary
- Renamed `products` to `services` in relevant components.
- Updated service definitions with new titles and descriptions.
- Modified the `ChainListRow` and `ChainServiceFilter` components to use `services`.
- Enhanced `SupportedProductsSection` to conditionally render `ProductCard`.
- Added new `ProductCard` component for UI rendering.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the 11-15-_pro-105_dashboard_update_service_names branch from 472c095 to b06a918 Compare November 14, 2025 21:09
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 14, 2025 21:09 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 14, 2025 21:09 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 14, 2025 21:09 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula November 14, 2025 21:09 Inactive
Base automatically changed from pro-98 to main November 14, 2025 21:17
@graphite-app graphite-app bot merged commit b06a918 into main Nov 14, 2025
22 checks passed
@graphite-app graphite-app bot deleted the 11-15-_pro-105_dashboard_update_service_names branch November 14, 2025 21:18
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 14, 2025 21:18 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 14, 2025 21:18 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui November 14, 2025 21:18 Inactive
@vercel vercel bot temporarily deployed to Production – nebula November 14, 2025 21:18 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants