Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Oct 14, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR refactors the ListingDrawer component by replacing the Drawer component with a Sheet component for improved UI layout and functionality.

Detailed summary

  • Replaced the Drawer component with the Sheet component.
  • Updated the structure to use SheetContent for layout.
  • Removed allowPinchZoom, preserveScrollBarGap, and size props from the Drawer.
  • Adjusted class names and structure within the SheetContent.

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: 44b2634

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
Copy link

vercel bot commented Oct 14, 2024

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 Oct 15, 2024 2:52am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Oct 15, 2024 2:52am
thirdweb_playground ⬜️ Skipped (Inspect) Oct 15, 2024 2:52am
wallet-ui ⬜️ Skipped (Inspect) Oct 15, 2024 2:52am

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 14, 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.

@vercel vercel bot temporarily deployed to Preview – docs-v2 October 14, 2024 08:11 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 14, 2024 08:11 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2024 08:11 Inactive
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 14, 2024
Copy link
Contributor Author

kien-ngo commented Oct 14, 2024

@codecov
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.28%. Comparing base (2e6361c) to head (44b2634).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5008   +/-   ##
=======================================
  Coverage   45.28%   45.28%           
=======================================
  Files        1058     1058           
  Lines       54670    54670           
  Branches     3950     3950           
=======================================
  Hits        24757    24757           
  Misses      29222    29222           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 2e6361c
packages 40.21% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 14, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.77 KB (0%) 856 ms (0%) 492 ms (+59.28% 🔺) 1.4 s
thirdweb (cjs) 102.62 KB (0%) 2.1 s (0%) 763 ms (+6.98% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 86 ms (+69.51% 🔺) 183 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 6 ms (-2.1% 🔽) 16 ms
thirdweb/react (minimal + tree-shaking) 17.35 KB (0%) 347 ms (0%) 79 ms (+7.11% 🔺) 426 ms

Copy link
Member

@MananTank MananTank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please address comments

@kien-ngo kien-ngo force-pushed the kien/listing-drawer-to-sheet branch from a898777 to 24b1add Compare October 14, 2024 22:26
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2024 22:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 14, 2024 22:26 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 14, 2024 22:26 Inactive
@kien-ngo kien-ngo requested a review from MananTank October 14, 2024 22:26
@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-3 branch from 8a6e419 to 47e80b4 Compare October 14, 2024 22:32
@kien-ngo kien-ngo force-pushed the kien/listing-drawer-to-sheet branch from 24b1add to 8f03ab5 Compare October 14, 2024 22:32
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 14, 2024 22:32 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2024 22:32 Inactive
@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-3 branch from 8509e0d to 0c6d85e Compare October 15, 2024 02:26
@kien-ngo kien-ngo force-pushed the kien/listing-drawer-to-sheet branch from d8999e6 to 7e2ed42 Compare October 15, 2024 02:26
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 02:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 02:26 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 02:26 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 15, 2024

Merge activity

@jnsdls jnsdls force-pushed the kien/remove-react-icons-3 branch from 0c6d85e to 2e6361c Compare October 15, 2024 02:44
Base automatically changed from kien/remove-react-icons-3 to main October 15, 2024 02:48
## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR refactors the `ListingDrawer` component by replacing the `Drawer` component with the `Sheet` component, streamlining the layout and improving the structure of the user interface.

### Detailed summary
- Removed `Drawer` component and replaced it with `Sheet` and `SheetContent`.
- Adjusted properties for `Sheet` to manage open state and layout.
- Updated class names for `SheetContent` to maintain styling consistency.

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

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the kien/listing-drawer-to-sheet branch from 7e2ed42 to 44b2634 Compare October 15, 2024 02:49
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 02:49 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 02:49 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 02:49 Inactive
@graphite-app graphite-app bot merged commit 44b2634 into main Oct 15, 2024
30 checks passed
@graphite-app graphite-app bot deleted the kien/listing-drawer-to-sheet branch October 15, 2024 02:52
@vercel vercel bot temporarily deployed to Production – wallet-ui October 15, 2024 02:52 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 15, 2024 02:52 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 15, 2024 02:52 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants