Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Sep 26, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on replacing the usage of the SiGithub icon from react-icons with a custom GithubIcon component across multiple files for consistency and improved maintainability.

Detailed summary

  • Replaced SiGithub with GithubIcon in:
    • GameCard.tsx
    • app-footer.tsx
    • edit-profile.tsx
    • socialLinks.tsx
    • PublisherSocials.tsx
  • Added GithubIcon component in GithubIcon.tsx with SVG definition.

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

@vercel
Copy link

vercel bot commented Sep 26, 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 Sep 27, 2024 1:34am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Sep 27, 2024 1:34am
thirdweb_playground ⬜️ Skipped (Inspect) Sep 27, 2024 1:34am
wallet-ui ⬜️ Skipped (Inspect) Sep 27, 2024 1:34am

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 10:14 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 10:14 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Sep 26, 2024

⚠️ No Changeset found

Latest commit: c1d94ae

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 vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 10:14 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 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.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Sep 26, 2024
@kien-ngo kien-ngo changed the title Update [Dashboard] Remove branding icons with simpleicons.org Sep 26, 2024
@kien-ngo kien-ngo marked this pull request as ready for review September 26, 2024 10:14
@codecov
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.67%. Comparing base (ebd5908) to head (c1d94ae).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4811   +/-   ##
=======================================
  Coverage   47.67%   47.67%           
=======================================
  Files        1051     1051           
  Lines       56715    56715           
  Branches     3894     3894           
=======================================
  Hits        27040    27040           
  Misses      28988    28988           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from ebd5908
packages 43.40% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 41.93 KB (0%) 839 ms (0%) 245 ms (+18.45% 🔺) 1.1 s
thirdweb (cjs) 101.55 KB (0%) 2.1 s (0%) 584 ms (+7.87% 🔺) 2.7 s
thirdweb (minimal + tree-shaking) 4.82 KB (0%) 97 ms (0%) 71 ms (+201.64% 🔺) 167 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 4 ms (-5.05% 🔽) 14 ms
thirdweb/react (minimal + tree-shaking) 16.78 KB (0%) 336 ms (0%) 72 ms (+70.31% 🔺) 408 ms

@kien-ngo kien-ngo force-pushed the kien/replace-branding-icons branch from a588c92 to a07488c Compare September 26, 2024 10:32
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 10:32 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 10:32 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 10:32 Inactive
@kien-ngo kien-ngo force-pushed the kien/replace-branding-icons branch from a07488c to e808324 Compare September 26, 2024 10:59
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 10:59 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 11:00 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 11:00 Inactive
@kien-ngo kien-ngo changed the title [Dashboard] Remove branding icons with simpleicons.org [Dashboard] Replace SiGithub Sep 26, 2024
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.

Lets stick to tailwind classes for setting the size. size-4, size-5 etc

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.

thanks!

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 27, 2024

Merge activity

@MananTank MananTank changed the base branch from kien/remove-react-icons to graphite-base/4811 September 27, 2024 01:11
@MananTank MananTank changed the base branch from graphite-base/4811 to main September 27, 2024 01:22
## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on replacing the usage of the `SiGithub` icon from `@react-icons` with a custom `GithubIcon` component across several files in the dashboard application.

### Detailed summary
- Replaced `SiGithub` with `GithubIcon` in:
  - `GameCard.tsx`
  - `app-footer.tsx`
  - `edit-profile.tsx`
  - `socialLinks.tsx`
  - `PublisherSocials.tsx`
- Added `GithubIcon` component in `GithubIcon.tsx` with SVG implementation.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the kien/replace-branding-icons branch from a226372 to c1d94ae Compare September 27, 2024 01:24
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 27, 2024 01:24 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 27, 2024 01:24 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 27, 2024 01:24 Inactive
@graphite-app graphite-app bot merged commit c1d94ae into main Sep 27, 2024
@graphite-app graphite-app bot deleted the kien/replace-branding-icons branch September 27, 2024 01:34
@vercel vercel bot temporarily deployed to Production – thirdweb_playground September 27, 2024 01:34 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui September 27, 2024 01:34 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 September 27, 2024 01:34 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