-
Notifications
You must be signed in to change notification settings - Fork 619
adds documentation to insight and adds it to chainslist #5376
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
adds documentation to insight and adds it to chainslist #5376
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5376 +/- ##
=======================================
Coverage 45.52% 45.52%
=======================================
Files 1070 1070
Lines 55665 55665
Branches 4030 4030
=======================================
Hits 25341 25341
Misses 29637 29637
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
f75d146 to
30c1257
Compare
apps/dashboard/src/app/(dashboard)/(chain)/components/server/icons/InsightIcon.tsx
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
30c1257 to
7d726f6
Compare
7d726f6 to
cab3bcb
Compare
apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts
Show resolved
Hide resolved
cab3bcb to
86acb5e
Compare
86acb5e to
2b60915
Compare
|
Deferring the dashboard review to @jnsdls here |
Merge activity
|
## Problem solved [BLOCK-325 ](https://linear.app/thirdweb/issue/BLOCK-325/add-insight-to-thirdweb-chainslist) Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces the `Insight` feature into the application, enhancing blockchain data querying capabilities. It includes new components, routes, and metadata to support the functionality, along with the addition of icons and documentation for better user guidance. ### Detailed summary - Added `Insight` link in `Header.tsx`. - Updated `chain.ts` and `metadata.ts` to include `Insight`. - Implemented `InsightSection` in `page.tsx`. - Created `sidebar` for `Insight` in `sidebar.tsx`. - Developed `Layout` for `Insight` in `layout.tsx`. - Added `InfraInsightIcon` in `index.ts`. - Created `InsightIcon` in `icons` directory. - Introduced `Insight` pages in `page.mdx`, `blueprints/page.mdx`, `get-started/page.mdx`, and `use-cases/page.mdx`. - Added SVG for `Insight` icon in `public/og/icons`. - Enhanced documentation for `Insight` with use cases and blueprints. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
2b60915 to
6b853df
Compare

Problem solved
BLOCK-325
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new feature called
Insight, which enhances the application by providing a dedicated section for querying and analyzing blockchain data. It includes new components, routes, and icons related to this feature.Detailed summary
Insightlink in the header and sidebar.InsightSectioninpage.tsx.sidebarandlayoutforInsight.InfraInsightIconandInsightIcon.Insightacross various pages.Insight.InsightSVG icon and corresponding components.