-
Notifications
You must be signed in to change notification settings - Fork 619
Migrate ContractCheckList Card to shadcn + StepsCard UI adjustment #5039
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
Migrate ContractCheckList Card to shadcn + StepsCard UI adjustment #5039
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5039 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 1059 1059
Lines 54707 54707
Branches 3954 3954
=======================================
Hits 24786 24786
Misses 29230 29230
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
…5039) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on improving the styling and structure of the `StepsCard` component in the dashboard by modifying the layout and updating the child elements to use `<p>` tags instead of `<Text>`, along with adjusting some class names for better styling consistency. ### Detailed summary - Increased the gap in the `flex` container from `gap-5` to `gap-7`. - Changed the margin-bottom of a `div` from `mb-3` to `mb-1`. - Replaced `<Text>` components with `<p>` elements for children content in multiple steps. - Updated `Link` components with new class names for consistent styling. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
22abbaf to
52d89ce
Compare
a51607e to
0cf478e
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on improving the styling and structure of the
StepsCardcomponent in the dashboard, particularly updating the spacing and replacingTextcomponents withptags for better semantic HTML.Detailed summary
divfromgap-5togap-7.divfrommb-3tomb-1.Textcomponents withptags for children content in multiple steps.Linkcomponents to include additional classes for styling.