-
Notifications
You must be signed in to change notification settings - Fork 619
Move Dashboard landing page to App router + Migrate to shadncn/tailwind #4996
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
Move Dashboard landing page to App router + Migrate to shadncn/tailwind #4996
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. |
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 #4996 +/- ##
=======================================
Coverage 47.77% 47.77%
=======================================
Files 1058 1058
Lines 57276 57276
Branches 3946 3946
=======================================
Hits 27362 27362
Misses 29223 29223
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
2d4f96c to
50644a6
Compare
71dfbaf to
424cd26
Compare
50644a6 to
77d7d50
Compare
424cd26 to
aa9ea17
Compare
77d7d50 to
be1b851
Compare
aa9ea17 to
22caeea
Compare
be1b851 to
bcf1624
Compare
22caeea to
d21756c
Compare
bcf1624 to
4b31754
Compare
d21756c to
1f6b14a
Compare
Merge activity
|
…nd (#4996) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring components in the `dashboard` section of the application, updating imports, and improving the layout and functionality of the `Changelog`, `HomeProductCard`, and `OnboardingSteps` components. ### Detailed summary - Removed obsolete `Dashboard` constants. - Updated `Link` import in `Changelog` from `tw-components` to `next/link`. - Adjusted `Changelog` component to include a wider `Skeleton`. - Modified `HomeProductCard` to use `next/image` and `next/link`. - Enhanced `OnboardingSteps` to use a new structure for steps and modified the rendering logic. - Changed step keys to a constant object format. - Improved layout and styling for various components. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
4b31754 to
92fbb18
Compare
1f6b14a to
96d4ad1
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on refactoring and updating components in the dashboard application, including changes to imports, link handling, and component structure for improved functionality and user experience.
Detailed summary
DashboardandDashboardSettingsStorageconstants.Linkimport inChangelog.tsxfromtw-componentstonext/link.isExternalprop totarget="_blank"inChangelog.tsx.Skeletonwidth inChangelog.tsx.Pagefunction inpage.tsxto fetch and display changelog and onboarding steps.getChangelogfunction to fetch latest changes from an API.HomeProductCardto usenext/imageandnext/link.OnboardingStepsto use a constant object forStep.LinkButtonto aButtonwith aLinkchild inOnboardingSteps.