Closed kien-ngo closed 1 month ago
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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
thirdweb-www | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 27, 2024 3:57pm |
Latest commit: 509c7981ee96fe92114ae3a64b9a1d3e4eb3eb74
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.
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
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @kien-ngo and the rest of your teammates on Graphite
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.67%. Comparing base (
8ea9420
) to head (509c798
). Report is 1 commits behind head on main.
Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
thirdweb (esm) | 41.93 KB (0%) | 839 ms (0%) | 1.4 s (+24.98% 🔺) | 2.3 s |
thirdweb (cjs) | 101.55 KB (0%) | 2.1 s (0%) | 2 s (-9.32% 🔽) | 4 s |
thirdweb (minimal + tree-shaking) | 4.82 KB (0%) | 97 ms (0%) | 144 ms (+39.59% 🔺) | 240 ms |
thirdweb/chains (tree-shaking) | 498 B (0%) | 10 ms (0%) | 50 ms (+177.38% 🔺) | 60 ms |
thirdweb/react (minimal + tree-shaking) | 16.78 KB (0%) | 336 ms (0%) | 384 ms (+71.65% 🔺) | 720 ms |
jnsdls
added this pull request to the Graphite merge queue.jnsdls
merged this pull request with the Graphite merge queue.
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing instances of the
Stack
component from Chakra UI withdiv
elements styled with Tailwind CSS classes for layout management. This change aims to enhance the component structure and styling consistency across the application.Detailed summary
<Stack>
with<div className="flex flex-col gap-X">
in multiple components for layout consistency.spacing={X}
) to Tailwind'sgap-X
classes.permissions-editor.tsx
,events-feed.tsx
, and others.