Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Dec 12, 2025


PR-Codex overview

This PR updates the href path for webhooks in the page.tsx file of the contracts sidebar, changing the URL structure from pointing to contracts to pointing to tokens.

Detailed summary

  • Updated href from /team/${params.team_slug}/${params.project_slug}/webhooks/contracts
  • Changed to /team/${params.team_slug}/${params.project_slug}/tokens/webhooks

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

Summary by CodeRabbit

  • Bug Fixes
    • Corrected the Contracts page sidebar link so the "Webhooks" item now opens the Tokens → Webhooks section instead of the Contracts section.

✏️ Tip: You can customize this high-level summary in your review settings.

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 12, 2025 16:23 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula December 12, 2025 16:23 Inactive
@vercel
Copy link

vercel bot commented Dec 12, 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 Dec 12, 2025 4:39pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Dec 12, 2025 4:39pm
nebula Skipped Skipped Dec 12, 2025 4:39pm
thirdweb_playground Skipped Skipped Dec 12, 2025 4:39pm
wallet-ui Skipped Skipped Dec 12, 2025 4:39pm

@vercel vercel bot temporarily deployed to Preview – docs-v2 December 12, 2025 16:23 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 12, 2025 16:23 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Dec 12, 2025

⚠️ No Changeset found

Latest commit: ffd8c40

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 Dec 12, 2025

Walkthrough

Updated a single navigation link in the Contracts page sidebar: the "webhooks" link href was changed from /team/{team_slug}/{project_slug}/webhooks/contracts to /team/{team_slug}/{project_slug}/tokens/webhooks. No other logic or control-flow changes.

Changes

Cohort / File(s) Summary
Navigation routing update
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/contracts/page.tsx
Changed webhooks sidebar link href from /team/{team_slug}/{project_slug}/webhooks/contracts to /team/{team_slug}/{project_slug}/tokens/webhooks

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

❌ Failed checks (2 warnings)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is incomplete. While PR-Codex provides a detailed summary of changes, the required template sections (issue tag, Notes for the reviewer, How to test) are missing or unfilled. Add the Linear issue tag (TEAM-0000 format), fill in Notes for the reviewer section, and provide testing instructions (unit tests, manual testing steps, or testing approach).
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically identifies the fix: correcting the webhooks link path in the contracts page from the incorrect contracts-based URL to the correct tokens-based URL.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 12-12-dashboard_fix_webhooks_link_in_project_contracts_page

📜 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 5f2e24d and ffd8c40.

📒 Files selected for processing (1)
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/contracts/page.tsx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/contracts/page.tsx
⏰ 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: E2E Tests (pnpm, esbuild)
  • GitHub Check: Lint Packages
  • GitHub Check: Size
  • 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 github-actions bot added the Dashboard Involves changes to the Dashboard. label Dec 12, 2025
@MananTank MananTank marked this pull request as ready for review December 12, 2025 16:23
@MananTank MananTank requested review from a team as code owners December 12, 2025 16:23
Copy link
Member Author

MananTank commented Dec 12, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 105.66 KB (0%)
@thirdweb-dev/nexus (cjs) 319.47 KB (0%)

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 12, 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 updates the URL structure for webhooks in the `page.tsx` file, changing the path from `/webhooks/contracts` to `/tokens/webhooks`.

### Detailed summary
- Modified the `href` property in the object from:
  - `href: `/team/${params.team_slug}/${params.project_slug}/webhooks/contracts``
  - to `href: `/team/${params.team_slug}/${params.project_slug}/tokens/webhooks``

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

<!-- end pr-codex -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

## Release Notes

* **Bug Fixes**
  * Fixed the "webhooks" navigation link in the Contracts page to correctly redirect to the tokens section instead of the contracts section.

<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@graphite-app graphite-app bot force-pushed the 12-12-dashboard_fix_webhooks_link_in_project_contracts_page branch from 5f2e24d to ffd8c40 Compare December 12, 2025 16:32
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 12, 2025 16:32 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 12, 2025 16:32 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 12, 2025 16:32 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula December 12, 2025 16:32 Inactive
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.67%. Comparing base (d365efe) to head (ffd8c40).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8547   +/-   ##
=======================================
  Coverage   54.67%   54.67%           
=======================================
  Files         921      921           
  Lines       61163    61163           
  Branches     4153     4153           
=======================================
  Hits        33439    33439           
  Misses      27622    27622           
  Partials      102      102           
Flag Coverage Δ
packages 54.67% <ø> (ø)
🚀 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.

@graphite-app graphite-app bot merged commit ffd8c40 into main Dec 12, 2025
25 checks passed
@graphite-app graphite-app bot deleted the 12-12-dashboard_fix_webhooks_link_in_project_contracts_page branch December 12, 2025 16:40
@vercel vercel bot temporarily deployed to Production – thirdweb_playground December 12, 2025 16:40 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui December 12, 2025 16:40 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 December 12, 2025 16:40 Inactive
@vercel vercel bot temporarily deployed to Production – nebula December 12, 2025 16:40 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants