-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Feature : Adding Next Steps guide into chain pages #6743
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 ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6743 +/- ##
=======================================
Coverage 54.80% 54.80%
=======================================
Files 895 895
Lines 56384 56384
Branches 3850 3850
=======================================
Hits 30899 30899
Misses 25390 25390
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
| </Link> | ||
| </h3> | ||
| <p className="text-muted-foreground text-sm"> | ||
| Supercharge User Adoption—Integrate In-App Wallets in Minutes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
personal preference is to sentence-case this line vs title-case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the title of the article we are linking to. Wonder if we should have a separate description.
Merge activity
|
Add actionable next step guide for users who visit a chain page.
Steps to Test:
1. Visit thirdweb.com/{chainID}
2. Scroll to the bottom and you should see

3. Click on the article
4. Get redirected to a blog post.
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces a new component called `NextSteps` to the `page.tsx` file in the dashboard application. This component provides users with actionable links and information related to integrating in-app wallets, enhancing user experience and adoption.
### Detailed summary
- Added `NextSteps` component to `page.tsx`.
- `NextSteps` displays a title and a link for creating a login for the specified `chain`.
- Integrated tracking for link clicks using `useTrack` to monitor user engagement.
- Included a brief description under the link in `NextSteps`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
07e9272 to
4978640
Compare
Add actionable next step guide for users who visit a chain page.
Steps to Test:
PR-Codex overview
This PR introduces a new component,
NextSteps, to thePagein the dashboard, enhancing user guidance by providing actionable steps related to chain integration.Detailed summary
NextStepsinpage.tsx.NextStepscomponent into thePage, displaying it conditionally.NextStepscomponent inNextSteps.tsxwith:chain.