Skip to content

Conversation

@kien-ngo
Copy link
Contributor

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

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on updating icon imports from react-icons to lucide-react, enhancing the visual consistency across various components within the application.

Detailed summary

  • Replaced FiArrowRight with MoveRightIcon in guide-showcase.tsx.
  • Updated BiChevronDown to ChevronDownIcon in NetworkSelectorButton.tsx.
  • Changed FiCalendar and FiClock to CalendarIcon and ClockIcon in DevRelEvent.tsx.
  • Swapped IoCheckmarkCircle and AiOutlineDollarCircle for CircleCheckIcon and CircleDollarSignIcon in FeatureItem.tsx.
  • Replaced AiOutlineCode and CgFileDocument with FileTextIcon and SquareTerminalIcon in CodeSelector.tsx.
  • Updated various icons in IpfsUploadDropzone.tsx to their lucide-react counterparts.

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

@vercel
Copy link

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

@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 09:50 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 09:50 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 09:50 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Oct 15, 2024

⚠️ No Changeset found

Latest commit: 958bedd

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

@graphite-app
Copy link
Contributor

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

@kien-ngo kien-ngo marked this pull request as ready for review October 15, 2024 09:50
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 15, 2024
Copy link
Contributor Author

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

@codecov
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.30%. Comparing base (3fe33a6) to head (958bedd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5034   +/-   ##
=======================================
  Coverage   45.30%   45.30%           
=======================================
  Files        1059     1059           
  Lines       54707    54707           
  Branches     3954     3954           
=======================================
  Hits        24786    24786           
  Misses      29230    29230           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 3fe33a6
packages 40.24% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.77 KB (0%) 856 ms (0%) 265 ms (+9.31% 🔺) 1.2 s
thirdweb (cjs) 102.62 KB (0%) 2.1 s (0%) 459 ms (+17.95% 🔺) 2.6 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 30 ms (+28.71% 🔺) 127 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 62 ms (+411.42% 🔺) 72 ms
thirdweb/react (minimal + tree-shaking) 17.35 KB (0%) 347 ms (0%) 71 ms (+70.14% 🔺) 418 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 15, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the icon components throughout the application, replacing icons from `react-icons` with `lucide-react` icons for a more consistent design and possibly improved performance.

### Detailed summary
- Replaced `FiArrowRight` with `MoveRightIcon` in `guide-showcase.tsx`.
- Replaced `BiChevronDown` with `ChevronDownIcon` in `NetworkSelectorButton.tsx`.
- Replaced `FiCalendar` and `FiClock` with `CalendarIcon` and `ClockIcon` in `DevRelEvent.tsx`.
- Replaced `IoCheckmarkCircle` and `AiOutlineDollarCircle` with `CircleCheckIcon` and `CircleDollarSignIcon` in `FeatureItem.tsx`.
- Replaced `AiOutlineCode` and `CgFileDocument` with `FileTextIcon` and `SquareTerminalIcon` in `CodeSelector.tsx`.
- Replaced various `react-icons` in `IpfsUploadDropzone.tsx` with `lucide-react` icons.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the kien/remove-react-icons-1 branch from 653c7d5 to 958bedd Compare October 15, 2024 14:03
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 14:03 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 14:03 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 14:03 Inactive
@graphite-app graphite-app bot merged commit 958bedd into main Oct 15, 2024
31 checks passed
@graphite-app graphite-app bot deleted the kien/remove-react-icons-1 branch October 15, 2024 14:14
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 15, 2024 14:14 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 15, 2024 14:14 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 15, 2024 14:14 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.

3 participants