Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Jan 16, 2025

PR-Codex overview

This PR focuses on improving the layout rendering in the Layout component and refining the styling of the TOCLink component.

Detailed summary

  • In Layout, the DocLayout component now directly wraps props.children, removing unnecessary line breaks.
  • In TOCLink, the data-active class styling is updated from text-accent-500 to text-f-100.

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

@linear
Copy link

linear bot commented Jan 16, 2025

@vercel
Copy link

vercel bot commented Jan 16, 2025

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 Jan 16, 2025 6:59pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Jan 16, 2025 6:59pm
thirdweb-www ⬜️ Skipped (Inspect) Jan 16, 2025 6:59pm
wallet-ui ⬜️ Skipped (Inspect) Jan 16, 2025 6:59pm

@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2025

⚠️ No Changeset found

Latest commit: 8d9854d

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 – thirdweb_playground January 16, 2025 11:48 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 11:48 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www January 16, 2025 11:48 Inactive
@MananTank MananTank marked this pull request as ready for review January 16, 2025 11:48
@MananTank MananTank requested review from a team as code owners January 16, 2025 11:48
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

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

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Jan 16, 2025
@MananTank MananTank force-pushed the 01-16-_tool-3095_portal_enable_table_of_contents_in_nebula_pages branch from 34dd160 to a9a6840 Compare January 16, 2025 11:49
@vercel vercel bot temporarily deployed to Preview – thirdweb-www January 16, 2025 11:49 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 11:49 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 11:49 Inactive
@MananTank MananTank changed the title [TOOL-3095] Portal: Enable Table of contents in Nebula pages [TOOL-3095] Portal: Enable Table of contents in Nebula pages, Adjust component Jan 16, 2025
@MananTank MananTank changed the title [TOOL-3095] Portal: Enable Table of contents in Nebula pages, Adjust component [TOOL-3095] Portal: Enable Table of contents in Nebula pages, Adjust TOC component Jan 16, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.66 KB (0%) 934 ms (0%) 2.6 s (-15.79% 🔽) 3.6 s
thirdweb (cjs) 116.84 KB (0%) 2.4 s (0%) 8.2 s (+23.66% 🔺) 10.6 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 401 ms (+119.09% 🔺) 513 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 71 ms (-27.87% 🔽) 81 ms
thirdweb/react (minimal + tree-shaking) 19.24 KB (0%) 385 ms (0%) 652 ms (+15.34% 🔺) 1.1 s

@codecov
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.83%. Comparing base (9cbcbe7) to head (8d9854d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5965   +/-   ##
=======================================
  Coverage   54.83%   54.83%           
=======================================
  Files        1150     1150           
  Lines       61195    61195           
  Branches     5155     5155           
=======================================
  Hits        33554    33554           
  Misses      26914    26914           
  Partials      727      727           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 9cbcbe7
packages 52.48% <ø> (ø)

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 16, 2025

Merge activity

MananTank added a commit that referenced this pull request Jan 16, 2025
…TOC component (#5965)

<!-- start pr-codex -->

## PR-Codex overview
This PR focuses on improving the `Layout` component in `layout.tsx` and updating the styling of the `TOCLink` component in `TableOfContents.tsx`.

### Detailed summary
- In `layout.tsx`, the `DocLayout` component's closing tag has been moved to wrap `{props.children}`.
- In `TableOfContents.tsx`, the `data-active` class for the `Link` component has been changed from `text-accent-500` to `text-f-100`.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 01-16-_tool-3095_portal_enable_table_of_contents_in_nebula_pages branch from a9a6840 to 2ccbc14 Compare January 16, 2025 18:49
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 18:49 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 18:49 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www January 16, 2025 18:49 Inactive
…TOC component (#5965)

<!-- start pr-codex -->

## PR-Codex overview
This PR focuses on refining the `Layout` component's structure and updating the styling for the `TOCLink` component to enhance the user interface.

### Detailed summary
- In `Layout`, the `DocLayout` component now wraps `props.children` directly without unnecessary line breaks.
- In `TOCLink`, the `data-active` class styling was changed from `text-accent-500` to `text-f-100` for active links.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 01-16-_tool-3095_portal_enable_table_of_contents_in_nebula_pages branch from 2ccbc14 to 8d9854d Compare January 16, 2025 18:51
@vercel vercel bot temporarily deployed to Preview – thirdweb-www January 16, 2025 18:51 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 18:51 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 18:51 Inactive
@graphite-app graphite-app bot merged commit 8d9854d into main Jan 16, 2025
32 checks passed
@graphite-app graphite-app bot deleted the 01-16-_tool-3095_portal_enable_table_of_contents_in_nebula_pages branch January 16, 2025 19:13
@vercel vercel bot temporarily deployed to Production – thirdweb_playground January 16, 2025 19:13 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui January 16, 2025 19:13 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www January 16, 2025 19:13 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants