Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Sep 8, 2025


PR-Codex overview

This PR focuses on updating the apps/dashboard/framer-rewrites.js file to include a new route.

Detailed summary

  • Added the route "/monetize/bridge" to the array of paths in apps/dashboard/framer-rewrites.js.

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

Summary by CodeRabbit

  • New Features
    • Introduced a new public route: /monetize/bridge. Users can now directly access the Monetize Bridge experience via this URL, enabling easier navigation and deep-linking from emails, bookmarks, or external references. Existing routes remain unchanged, so current links and workflows continue to work as before. This addition improves discoverability and provides a clearer, direct path to the relevant monetization flow.

@vercel vercel bot temporarily deployed to Preview – docs-v2 September 8, 2025 18:04 Inactive
@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)
thirdweb-www Ready Ready Preview Comment Sep 8, 2025 8:07pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Sep 8, 2025 8:07pm
nebula Skipped Skipped Sep 8, 2025 8:07pm
thirdweb_playground Skipped Skipped Sep 8, 2025 8:07pm
wallet-ui Skipped Skipped Sep 8, 2025 8:07pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 8, 2025 18:04 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 18:04 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 18:04 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Sep 8, 2025

⚠️ No Changeset found

Latest commit: a9c388a

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

@MananTank MananTank marked this pull request as ready for review September 8, 2025 18:04
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Sep 8, 2025
@MananTank MananTank requested review from a team as code owners September 8, 2025 18:04
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Walkthrough

Added a single rewrite path string "/monetize/bridge" to the exported array in apps/dashboard/framer-rewrites.js.

Changes

Cohort / File(s) Summary
Framer rewrites
apps/dashboard/framer-rewrites.js
Appended one entry "/monetize/bridge" to the exported rewrite list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

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.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • 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 4c0165e and a9c388a.

📒 Files selected for processing (1)
  • apps/dashboard/framer-rewrites.js (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/dashboard/framer-rewrites.js
⏰ 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). (2)
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 09-08-dashboard_add_bridge_in_framer_paths

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

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 (4ff1cf7) to head (a9c388a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8006   +/-   ##
=======================================
  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%) 317 ms (+47.6% 🔺) 1.6 s
thirdweb (cjs) 356.86 KB (0%) 7.2 s (0%) 1.6 s (+4.58% 🔺) 8.7 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 112 ms (+840.85% 🔺) 226 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 69 ms (+1100.3% 🔺) 79 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 52 ms (+106.39% 🔺) 435 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 8, 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 updating the `apps/dashboard/framer-rewrites.js` file by adding a new route for monetization.

### Detailed summary
- Added the route `"/monetize/bridge"` to the existing array of routes in `apps/dashboard/framer-rewrites.js`.

> ✨ 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

* New Features
  * Introduced a new public route: /monetize/bridge. Users can now directly access the Monetize Bridge experience via this URL, enabling easier navigation and deep-linking from emails, bookmarks, or external references. Existing routes remain unchanged, so current links and workflows continue to work as before. This addition improves discoverability and provides a clearer, direct path to the relevant monetization flow.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@graphite-app graphite-app bot force-pushed the 09-08-dashboard_add_bridge_in_framer_paths branch from 4c0165e to a9c388a Compare September 8, 2025 19:59
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 8, 2025 19:59 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 8, 2025 19:59 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 8, 2025 19:59 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 8, 2025 19:59 Inactive
@graphite-app graphite-app bot merged commit a9c388a into main Sep 8, 2025
24 checks passed
@graphite-app graphite-app bot deleted the 09-08-dashboard_add_bridge_in_framer_paths branch September 8, 2025 20:08
@vercel vercel bot temporarily deployed to Production – nebula September 8, 2025 20:08 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground September 8, 2025 20:08 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 September 8, 2025 20:08 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.

3 participants