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 primarily focuses on updating icon imports and usages throughout various components in the dashboard application, replacing older icon libraries with lucide-react icons for consistency and improved visuals.

Detailed summary

  • Replaced react-icons icons with lucide-react icons in multiple components.
  • Updated the RelevantDataSection to use MoveRightIcon.
  • Updated KeypairsTable, WebhooksTable, ContractSubscriptionTable, AdminsTable, EngineInstancesTable, RelayersTable, AccessTokensTable, and BackendWalletsTable to use Trash2Icon and PencilIcon.
  • Removed unused imports of react-icons.

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

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

@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2024 03:02 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 14, 2024 03:02 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: d6f2acb

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 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.

@kien-ngo kien-ngo marked this pull request as ready for review October 14, 2024 03:02
Copy link
Contributor Author

kien-ngo commented Oct 14, 2024

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label 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 (f6cf5b5) to head (d6f2acb).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5006   +/-   ##
=======================================
  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 f6cf5b5
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%) 545 ms (+101.21% 🔺) 1.4 s
thirdweb (cjs) 102.62 KB (0%) 2.1 s (0%) 903 ms (-9.51% 🔽) 3 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 76 ms (+124.47% 🔺) 173 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 49 ms (+633.34% 🔺) 59 ms
thirdweb/react (minimal + tree-shaking) 17.35 KB (0%) 347 ms (0%) 69 ms (-27.26% 🔽) 416 ms

@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-1 branch from c21d388 to e800622 Compare October 14, 2024 22:43
@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-2 branch from 4305d6e to a3b72d2 Compare October 14, 2024 22:43
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 14, 2024 22:43 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 14, 2024 22:43 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 14, 2024 22:43 Inactive
@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-1 branch from e800622 to 5d66828 Compare October 15, 2024 02:25
@kien-ngo kien-ngo force-pushed the kien/remove-react-icons-2 branch from a3b72d2 to 0537c35 Compare October 15, 2024 02:26
@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

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating various components to replace icon imports from `react-icons` with icons from `lucide-react`. Additionally, it modifies the icon usage in several tables to enhance the UI consistency.

### Detailed summary
- Replaced `BsArrowRight` with `MoveRightIcon` in `RelevantDataSection`.
- Updated trash icons from `FiTrash` to `Trash2Icon` in:
  - `KeypairsTable`
  - `WebhooksTable`
  - `ContractSubscriptionTable`
  - `AdminsTable`
  - `EngineInstancesTable`
  - `RelayersTable`
  - `AccessTokensTable`
  - `BackendWalletsTable`
- Added `PencilIcon` in `AdminsTable`, `EngineInstancesTable`, `RelayersTable`, and `AccessTokensTable` for edit actions.
- Adjusted icon rendering to JSX syntax (`<IconName />`) for consistency across tables.

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

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the kien/remove-react-icons-1 branch from 5d66828 to f6cf5b5 Compare October 15, 2024 02:43
@jnsdls jnsdls force-pushed the kien/remove-react-icons-2 branch from 0537c35 to d6f2acb Compare October 15, 2024 02:43
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 02:43 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 02:43 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 02:43 Inactive
Base automatically changed from kien/remove-react-icons-1 to main October 15, 2024 02:46
@graphite-app graphite-app bot merged commit d6f2acb into main Oct 15, 2024
29 checks passed
@graphite-app graphite-app bot deleted the kien/remove-react-icons-2 branch October 15, 2024 02:47
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 15, 2024 02:47 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 15, 2024 02:47 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 15, 2024 02:47 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www October 15, 2024 03:03 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