-
Notifications
You must be signed in to change notification settings - Fork 619
[Portal] Feature: Contract deploy button #5434
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## 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 -->
35dee3c to
304f2e6
Compare

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
ContractDeployCard.contractName,description, andhrefas props.Linkfor deployment action.