Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@iuwqyir iuwqyir commented Nov 10, 2024

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

  • Added Insight link in the header and sidebar.
  • Created InsightSection in page.tsx.
  • Developed sidebar and layout for Insight.
  • Introduced InfraInsightIcon and InsightIcon.
  • Updated metadata for Insight across various pages.
  • Documented use cases and getting started guides for Insight.
  • Added Insight SVG icon and corresponding components.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Nov 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 6:12pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 6:12pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Nov 13, 2024 6:12pm
wallet-ui ⬜️ Skipped (Inspect) Nov 13, 2024 6:12pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 10, 2024 19:15 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2024

⚠️ No Changeset found

Latest commit: 6b853df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 10, 2024 19:15 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 10, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase. labels Nov 10, 2024
Copy link
Contributor Author

iuwqyir commented Nov 10, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @iuwqyir and the rest of your teammates on Graphite Graphite

@iuwqyir iuwqyir marked this pull request as ready for review November 10, 2024 19:16
@codecov
Copy link

codecov bot commented Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.52%. Comparing base (e841bfe) to head (6b853df).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from e841bfe
packages 40.62% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@iuwqyir iuwqyir force-pushed the 11-10-adds_documentation_to_insight_and_adds_it_to_chainslist branch from f75d146 to 30c1257 Compare November 10, 2024 19:18
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 10, 2024 19:18 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 10, 2024 19:18 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Nov 10, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.8 KB (0%) 896 ms (0%) 694 ms (-11.07% 🔽) 1.6 s
thirdweb (cjs) 105.11 KB (0%) 2.2 s (0%) 1.3 s (-23.47% 🔽) 3.4 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 31 ms (-70.53% 🔽) 146 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 57 ms (+177.24% 🔺) 67 ms
thirdweb/react (minimal + tree-shaking) 18.78 KB (0%) 376 ms (0%) 92 ms (-54.81% 🔽) 468 ms

@iuwqyir iuwqyir force-pushed the 11-10-adds_documentation_to_insight_and_adds_it_to_chainslist branch from 30c1257 to 7d726f6 Compare November 10, 2024 19:23
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 10, 2024 19:23 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 10, 2024 19:23 Inactive
Copy link
Member

Deferring the dashboard review to @jnsdls here

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 13, 2024

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 -->
@MananTank MananTank force-pushed the 11-10-adds_documentation_to_insight_and_adds_it_to_chainslist branch from 2b60915 to 6b853df Compare November 13, 2024 18:02
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 13, 2024 18:02 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 18:02 Inactive
@graphite-app graphite-app bot merged commit 6b853df into main Nov 13, 2024
32 checks passed
@graphite-app graphite-app bot deleted the 11-10-adds_documentation_to_insight_and_adds_it_to_chainslist branch November 13, 2024 18:12
@vercel vercel bot temporarily deployed to Production – wallet-ui November 13, 2024 18:12 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 13, 2024 18:12 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants