Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Nov 15, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR introduces a new component, ContractDeployCard, designed to display information about deploying a contract. It includes a link for deployment and a description, enhancing the user interface for contract deployment.

Detailed summary

  • Added a new component: ContractDeployCard.
  • Accepts contractName, description, and href as props.
  • Displays the contract name and a default description if none is provided.
  • Includes a styled Link for deployment action.

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

@vercel
Copy link

vercel bot commented Nov 15, 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 Nov 15, 2024 11:08pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Nov 15, 2024 11:08pm
thirdweb-www ⬜️ Skipped (Inspect) Nov 15, 2024 11:08pm
wallet-ui ⬜️ Skipped (Inspect) Nov 15, 2024 11:08pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 15, 2024 10:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www November 15, 2024 10:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 15, 2024 10:36 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2024

⚠️ No Changeset found

Latest commit: 304f2e6

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

@kien-ngo kien-ngo marked this pull request as ready for review November 15, 2024 10:37
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 15, 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.

Copy link
Contributor Author

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

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Nov 15, 2024
@codecov
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.50%. Comparing base (5585def) to head (304f2e6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5434   +/-   ##
=======================================
  Coverage   45.50%   45.50%           
=======================================
  Files        1071     1071           
  Lines       55718    55718           
  Branches     4032     4032           
=======================================
  Hits        25357    25357           
  Misses      29674    29674           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 5585def
packages 40.61% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 15, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.8 KB (0%) 896 ms (0%) 474 ms (-25.19% 🔽) 1.4 s
thirdweb (cjs) 105.11 KB (0%) 2.2 s (0%) 1.2 s (-7.04% 🔽) 3.3 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 62 ms (+23.44% 🔺) 176 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 9 ms (-42.36% 🔽) 19 ms
thirdweb/react (minimal + tree-shaking) 18.79 KB (0%) 376 ms (0%) 329 ms (+388.45% 🔺) 705 ms

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 15, 2024 19:20 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 15, 2024 19:20 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 15, 2024 19:20 Inactive
@saminacodes saminacodes enabled auto-merge (squash) November 15, 2024 19:20
@gregfromstl gregfromstl changed the title [Portal] Contract deploy button [Portal] Docs: Contract deploy button Nov 15, 2024
@gregfromstl gregfromstl changed the title [Portal] Docs: Contract deploy button [Portal] Feature: Contract deploy button Nov 15, 2024
@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Nov 15, 2024
Copy link
Contributor

gregfromstl commented Nov 15, 2024

Merge activity

  • Nov 15, 6:04 PM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 15, 6:04 PM EST: A user added this pull request to the Graphite merge queue.
  • Nov 15, 6:08 PM EST: A user merged this pull request with the Graphite merge queue.

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces the `ContractDeployCard` component to the application, allowing users to deploy contracts with a specified name and link. It enhances the user interface by providing a structured card layout for contract deployment.

### Detailed summary
- Added `ContractDeployCard` component.
- Accepts `contractName`, optional `description`, and `href` props.
- Displays a title, description, and a "Deploy Now" link.
- Utilizes `Link` from `next/link` for navigation.
- Includes usage documentation in the code comments.

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

<!-- end pr-codex -->
@gregfromstl gregfromstl force-pushed the kien/portal-contract-deploy-button branch from 35dee3c to 304f2e6 Compare November 15, 2024 23:06
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 15, 2024 23:06 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 15, 2024 23:06 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www November 15, 2024 23:06 Inactive
@graphite-app graphite-app bot merged commit 304f2e6 into main Nov 15, 2024
30 of 31 checks passed
@graphite-app graphite-app bot deleted the kien/portal-contract-deploy-button branch November 15, 2024 23:08
@vercel vercel bot temporarily deployed to Production – wallet-ui November 15, 2024 23:08 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 15, 2024 23:08 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www November 15, 2024 23:08 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue Adds the pull request to Graphite's merge queue. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants