Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Nov 8, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on modifying the layout of the PieChartCard component by changing the class names in the CardFooter to improve responsiveness and styling.

Detailed summary

  • Changed the class name of the div from flex-nowrap to flex-wrap in the CardFooter.
  • This adjustment enhances the responsiveness of the layout, allowing for better alignment and spacing of child elements.

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 8, 2024

⚠️ No Changeset found

Latest commit: 6dda1c2

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 Nov 8, 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 Nov 8, 2024 9:05am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 8, 2024 9:05am
thirdweb_playground ⬜️ Skipped (Inspect) Nov 8, 2024 9:05am
wallet-ui ⬜️ Skipped (Inspect) Nov 8, 2024 9:05am

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 08:25 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 8, 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 – wallet-ui November 8, 2024 08:25 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 08:25 Inactive
@kien-ngo kien-ngo marked this pull request as ready for review November 8, 2024 08:25
Copy link
Contributor Author

kien-ngo commented Nov 8, 2024

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

Join @kien-ngo and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 8, 2024
@codecov
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.71%. Comparing base (6b1f418) to head (6dda1c2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5356   +/-   ##
=======================================
  Coverage   45.71%   45.71%           
=======================================
  Files        1070     1070           
  Lines       55670    55670           
  Branches     4094     4094           
=======================================
  Hits        25450    25450           
  Misses      29531    29531           
  Partials      689      689           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 6b1f418
packages 40.86% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43.05 KB (0%) 862 ms (0%) 1.3 s (+60.44% 🔺) 2.1 s
thirdweb (cjs) 103.17 KB (0%) 2.1 s (0%) 2.2 s (-4% 🔽) 4.2 s
thirdweb (minimal + tree-shaking) 4.86 KB (0%) 98 ms (0%) 57 ms (-44.9% 🔽) 154 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 28 ms (-16.55% 🔽) 38 ms
thirdweb/react (minimal + tree-shaking) 17.6 KB (0%) 353 ms (0%) 295 ms (+48.72% 🔺) 647 ms

@kien-ngo kien-ngo force-pushed the 11-08-_dashboard_test branch from 8134f9e to 1b180db Compare November 8, 2024 08:28
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 08:28 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 08:28 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 08:28 Inactive
@kien-ngo kien-ngo force-pushed the 11-08-_dashboard_test branch from 1b180db to 0a7df1d Compare November 8, 2024 08:42
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 08:42 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 08:42 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 08:42 Inactive
@MananTank MananTank changed the title [Dashboard] test [Dashboard] Fix overflow on team overview page Nov 8, 2024
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 8, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on modifying the layout of the `PieChartCard` component in the `Analytics` section of the dashboard. It changes a `div` class to improve the responsiveness and wrapping behavior of the child elements.

### Detailed summary
- Changed the class of a `div` from `flex-nowrap` to `flex-wrap` to allow child elements to wrap in the `PieChartCard`.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 11-08-_dashboard_test branch from 0a7df1d to 6dda1c2 Compare November 8, 2024 09:01
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 09:01 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 09:01 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 09:01 Inactive
@MananTank MananTank added the hotfix This pull request should be prioritized in the merge queue. label Nov 8, 2024 — with Graphite App
@graphite-app graphite-app bot merged commit 6dda1c2 into main Nov 8, 2024
30 of 31 checks passed
@graphite-app graphite-app bot deleted the 11-08-_dashboard_test branch November 8, 2024 09:05
@vercel vercel bot temporarily deployed to Production – wallet-ui November 8, 2024 09:05 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 8, 2024 09:05 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 8, 2024 09:05 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. hotfix This pull request should be prioritized in the merge queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants