-
Notifications
You must be signed in to change notification settings - Fork 620
fix: project card design and nebula text #5686
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
fix: project card design and nebula text #5686
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 #5686 +/- ##
=======================================
Coverage 51.52% 51.52%
=======================================
Files 1093 1093
Lines 57588 57588
Branches 4755 4755
=======================================
Hits 29671 29671
Misses 27200 27200
Partials 717 717
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
Fixes: DASH-580 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on improving the UI layout and styling of the `nebula-waitlist-page-ui.client.tsx` and `TeamProjectsPage.tsx` components within the dashboard application. It enhances spacing and text presentation for a better user experience. ### Detailed summary - Increased gap in `nebula-waitlist-page-ui.client.tsx` from `gap-3` to `gap-6`. - Adjusted paragraph width in `nebula-waitlist-page-ui.client.tsx` for better text alignment. - Reduced height of a div from `h-10` to `h-6` in `nebula-waitlist-page-ui.client.tsx`. - Increased padding in project card from `p-4` to `p-5` in `TeamProjectsPage.tsx`. - Changed the class of `CopyButton` from `hover:bg-background` to `hover:bg-secondary` in `TeamProjectsPage.tsx`. - Adjusted text presentation and layout for project details in `TeamProjectsPage.tsx`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
720f6c9 to
4831926
Compare
Fixes: DASH-580
PR-Codex overview
This PR focuses on updating the UI components in the
nebula-waitlist-page-ui.client.tsxandTeamProjectsPage.tsxfiles. It enhances the layout, spacing, and styling for better visual consistency and user experience.Detailed summary
nebula-waitlist-page-ui.client.tsxfromgap-3togap-6.nebula-waitlist-page-ui.client.tsx.h-10toh-6innebula-waitlist-page-ui.client.tsx.TeamProjectsPage.tsxfromp-4top-5.TeamProjectsPage.tsxfor better alignment.CopyButtonhover background color frombg-backgroundtobg-secondaryinTeamProjectsPage.tsx.