Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 11, 2025


PR-Codex overview

This PR enhances the BridgeWebhookModalContent component by adding a warning alert for payload verification, modifies the webhook version selection logic, and updates documentation to clarify webhook creation and payload verification processes.

Detailed summary

  • Added UnderlineLink and InfoIcon imports.
  • Introduced an Alert component for payload verification in BridgeWebhookModalContent.
  • Modified the version selection to display only for specific conditions.
  • Updated documentation to reflect the new "Webhooks > Bridge" tab for webhook creation.
  • Changed section titles for clarity, particularly around payload verification.

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

⚠️ No Changeset found

Latest commit: eb1a9c3

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 Nov 11, 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-12-add_callout_for_verifying_webhook_in_dashboard_and_portal

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

@vercel
Copy link

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

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 11, 2025 23:06 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula November 11, 2025 23:06 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 11, 2025 23:06 Inactive
@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase. labels Nov 11, 2025
@MananTank MananTank marked this pull request as ready for review November 11, 2025 23:06
@MananTank MananTank requested review from a team as code owners November 11, 2025 23:06
Copy link
Member Author

MananTank commented Nov 11, 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 Nov 11, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8396   +/-   ##
=======================================
  Coverage   54.82%   54.82%           
=======================================
  Files         919      919           
  Lines       60840    60840           
  Branches     4140     4140           
=======================================
  Hits        33356    33356           
  Misses      27382    27382           
  Partials      102      102           
Flag Coverage Δ
packages 54.82% <ø> (ø)
🚀 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 11, 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 11, 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 enhances the `BridgeWebhookModalContent` component by adding a warning alert for payload verification and modifies the documentation for webhook creation and payload parsing to reflect changes in terminology and content structure.

### Detailed summary
- Added `UnderlineLink` and `Alert` components to `webhooks.client.tsx`.
- Introduced a warning alert regarding payload verification in the webhook modal.
- Updated the version selection to only display for specific conditions.
- Changed documentation headings and improved clarity on webhook creation and payload parsing.
- Revised example payloads and verification instructions in the documentation.

> ✨ 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-12-add_callout_for_verifying_webhook_in_dashboard_and_portal branch from 65ac2fb to eb1a9c3 Compare November 11, 2025 23:21
@vercel vercel bot temporarily deployed to Preview – nebula November 11, 2025 23:21 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 11, 2025 23:21 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 11, 2025 23:21 Inactive
Base automatically changed from mny-308 to main November 11, 2025 23:29
@graphite-app graphite-app bot merged commit eb1a9c3 into main Nov 11, 2025
22 checks passed
@graphite-app graphite-app bot deleted the 11-12-add_callout_for_verifying_webhook_in_dashboard_and_portal branch November 11, 2025 23:29
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. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants