Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOOL-3880] Playground: Add utm_source on links #6597

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Mar 31, 2025

PR-Codex overview

This PR primarily updates various docsLink URLs across multiple components in the playground-web application to include a query parameter (?utm_source=playground). This change likely aims to track traffic sources more effectively.

Detailed summary

  • Updated docsLink in apps/playground-web/src/app/connect/auth/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/pay/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/blockchain-api/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/pay/commerce/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/pay/transactions/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/sign-in/embed/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/sign-in/button/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/ui/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/sign-in/headless/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/in-app-wallet/layout.tsx
  • Updated docsLink in apps/playground-web/src/app/insight/layout.tsx
  • Updated docsLink in apps/playground-web/src/components/blocks/APIHeader.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/pay/backend/layout.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/account-abstraction/connect/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/account-abstraction/sponsor/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/ui/nft/page.tsx
  • Updated docsLink in apps/playground-web/src/app/otherLinks.ts
  • Updated docsLink in apps/playground-web/src/app/connect/account-abstraction/native-aa/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/ui/chain/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/ui/token/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/social/page.tsx
  • Updated docsLink in apps/playground-web/src/app/connect/ui/wallet/page.tsx
  • Updated href in apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx
  • Updated href in apps/playground-web/src/app/insight/page.tsx
  • Updated href in apps/playground-web/src/components/auth/gated-content.tsx
  • Updated href in apps/playground-web/src/components/engine/minting/erc1155-mint-to.tsx
  • Updated href in apps/playground-web/src/app/connect/sign-in/components/InAppWalletFormGroup.tsx
  • Updated href in apps/playground-web/src/app/connect/sign-in/button/LeftSection.tsx

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

Copy link

linear bot commented Mar 31, 2025

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 Mar 31, 2025 7:37pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Mar 31, 2025 7:37pm
login ⬜️ Skipped (Inspect) Mar 31, 2025 7:37pm
thirdweb-www ⬜️ Skipped (Inspect) Mar 31, 2025 7:37pm
wallet-ui ⬜️ Skipped (Inspect) Mar 31, 2025 7:37pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui March 31, 2025 19:28 Inactive
@vercel vercel bot temporarily deployed to Preview – login March 31, 2025 19:28 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 March 31, 2025 19:28 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 31, 2025 19:28 Inactive
Copy link

changeset-bot bot commented Mar 31, 2025

⚠️ No Changeset found

Latest commit: cbb1569

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

@github-actions github-actions bot added the Playground Changes involving the Playground codebase. label Mar 31, 2025
@MananTank MananTank marked this pull request as ready for review March 31, 2025 19:28
Copy link
Member Author


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 requested review from a team as code owners March 31, 2025 19:28
@vercel vercel bot temporarily deployed to Preview – login March 31, 2025 19:30 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 March 31, 2025 19:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 31, 2025 19:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 31, 2025 19:30 Inactive
@MananTank MananTank changed the title [TOOL-3880] Playground: Add utm_source on external links [TOOL-3880] Playground: Add utm_source on links Mar 31, 2025
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 (1d23e5c) to head (cbb1569).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6597   +/-   ##
=======================================
  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.

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%) 164 ms (+79.69% 🔺) 1.2 s
thirdweb (cjs) 127.31 KB (0%) 2.6 s (0%) 299 ms (+19.74% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 113 ms (0%) 67 ms (+500.37% 🔺) 179 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 45 ms (+905.67% 🔺) 55 ms
thirdweb/react (minimal + tree-shaking) 19.34 KB (0%) 387 ms (0%) 56 ms (+164.15% 🔺) 443 ms

Copy link
Contributor

graphite-app bot commented Mar 31, 2025

Merge activity

<!-- start pr-codex -->

## PR-Codex overview
This PR primarily updates various `docsLink` URLs across multiple components in the `playground-web` application to include a query parameter (`?utm_source=playground`). This change likely aims to track traffic sources more effectively.

### Detailed summary
- Updated `docsLink` in `apps/playground-web/src/app/connect/auth/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/pay/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/blockchain-api/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/pay/commerce/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/pay/transactions/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/sign-in/embed/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/sign-in/button/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/ui/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/sign-in/headless/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/in-app-wallet/layout.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/insight/layout.tsx`
- Updated `docsLink` in `apps/playground-web/src/components/blocks/APIHeader.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/pay/backend/layout.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/account-abstraction/connect/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/account-abstraction/sponsor/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/ui/nft/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/otherLinks.ts`
- Updated `docsLink` in `apps/playground-web/src/app/connect/account-abstraction/native-aa/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/ui/chain/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/ui/token/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/social/page.tsx`
- Updated `docsLink` in `apps/playground-web/src/app/connect/ui/wallet/page.tsx`
- Updated `href` in `apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx`
- Updated `href` in `apps/playground-web/src/app/insight/page.tsx`
- Updated `href` in `apps/playground-web/src/components/auth/gated-content.tsx`
- Updated `href` in `apps/playground-web/src/components/engine/minting/erc1155-mint-to.tsx`
- Updated `href` in `apps/playground-web/src/app/connect/sign-in/components/InAppWalletFormGroup.tsx`
- Updated `href` in `apps/playground-web/src/app/connect/sign-in/button/LeftSection.tsx`

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

<!-- end pr-codex -->
@vercel vercel bot temporarily deployed to Preview – login March 31, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 March 31, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 31, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 31, 2025 19:37 Inactive
@graphite-app graphite-app bot merged commit cbb1569 into main Mar 31, 2025
31 checks passed
@graphite-app graphite-app bot deleted the tool-3880 branch March 31, 2025 19:40
@vercel vercel bot temporarily deployed to Production – docs-v2 March 31, 2025 19:40 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui March 31, 2025 19:40 Inactive
@vercel vercel bot temporarily deployed to Production – login March 31, 2025 19:40 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www March 31, 2025 19:40 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.

2 participants