Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Dec 1, 2024

Fixes: DASH-487


PR-Codex overview

This PR focuses on updating references related to smart contract interactions throughout the application, specifically changing URLs from /contracts/interact/overview to /contracts for improved navigation and clarity.

Detailed summary

  • Updated href in apps/portal/src/app/page.tsx from /contracts/interact/overview to /contracts.
  • Modified references in apps/portal/src/app/connect/in-app-wallet/guides/interact-blockchain/page.mdx to use /contracts.
  • Changed links in apps/portal/src/app/contracts/page.mdx to point to /contracts.
  • Adjusted apps/portal/src/app/react/v5/in-app-wallet/how-to/interact-blockchain/page.mdx links to /contracts.
  • Updated documentation in apps/portal/src/app/contracts/explore/pre-built-contracts/nft-drop/page.mdx to refer to /contracts.
  • Changed buttonLink in apps/dashboard/src/pages/sdk.tsx from https://portal.thirdweb.com/contracts/interact/overview to https://portal.thirdweb.com/contracts.
  • Updated IPFS documentation in apps/portal/src/app/glossary/ipfs/page.mdx to link to /contracts.
  • Changed references in apps/portal/src/app/glossary/gas/page.mdx from /contracts/interact/overview to /contracts.
  • Updated redirects in apps/portal/redirects.mjs to point /sdk, /sdk/how-it-works, and /sdk/getting-started to /contracts.

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2024

⚠️ No Changeset found

Latest commit: 991d557

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 Dec 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 6:19pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 6:19pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Dec 1, 2024 6:19pm
wallet-ui ⬜️ Skipped (Inspect) Dec 1, 2024 6:19pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui December 1, 2024 12:52 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 1, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 1, 2024 12:52 Inactive
@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase. labels Dec 1, 2024
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@linear
Copy link

linear bot commented Dec 1, 2024

@MananTank MananTank marked this pull request as ready for review December 1, 2024 12:52
@codecov
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.19%. Comparing base (e2754df) to head (393d0cf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5541   +/-   ##
=======================================
  Coverage   46.19%   46.19%           
=======================================
  Files        1081     1081           
  Lines       58613    58613           
  Branches     3933     3933           
=======================================
  Hits        27075    27075           
  Misses      30855    30855           
  Partials      683      683           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from e2754df
packages 41.75% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Copy link
Contributor

@gregfromstl gregfromstl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM besides the typo graphite flagged

@MananTank MananTank force-pushed the 12-01-fix_portal_contracts_overview_page_links branch from d82a4cd to 159c057 Compare December 1, 2024 12:54
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 1, 2024 12:54 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 1, 2024 12:54 Inactive
@MananTank MananTank force-pushed the 12-01-fix_portal_contracts_overview_page_links branch from 159c057 to 991d557 Compare December 1, 2024 12:56
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 1, 2024 12:56 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 1, 2024 12:56 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.92 KB (0%) 959 ms (0%) 489 ms (+10.34% 🔺) 1.5 s
thirdweb (cjs) 107.27 KB (0%) 2.2 s (0%) 913 ms (+34.94% 🔺) 3.1 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 61 ms (+210.8% 🔺) 173 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 19 ms (+45.54% 🔺) 29 ms
thirdweb/react (minimal + tree-shaking) 18.28 KB (0%) 366 ms (0%) 71 ms (+104.8% 🔺) 436 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 1, 2024

Merge activity

Fixes: DASH-487

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating references to smart contract interaction links throughout the application, simplifying the URLs to point directly to `/contracts` instead of specific interaction overview pages.

### Detailed summary
- Updated `href` in `page.tsx` from `/contracts/interact/overview` to `/contracts`.
- Changed references in `interact-blockchain/page.mdx` to point to `/contracts`.
- Modified links in `contracts/page.mdx` to `/contracts`.
- Adjusted links in `sdk.tsx` to `https://portal.thirdweb.com/contracts`.
- Updated SDK documentation links in `ipfs/page.mdx` to `/contracts`.
- Changed SDK references in `gas/page.mdx` to `/contracts`.
- Updated redirects in `redirects.mjs` for `/sdk`, `/sdk/how-it-works`, and `/sdk/getting-started` to `/contracts`.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 12-01-fix_portal_contracts_overview_page_links branch from 991d557 to 393d0cf Compare December 1, 2024 18:15
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 1, 2024 18:15 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 1, 2024 18:15 Inactive
@graphite-app graphite-app bot merged commit 393d0cf into main Dec 1, 2024
31 checks passed
@graphite-app graphite-app bot deleted the 12-01-fix_portal_contracts_overview_page_links branch December 1, 2024 18:19
@vercel vercel bot temporarily deployed to Production – wallet-ui December 1, 2024 18:19 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground December 1, 2024 18:19 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. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants