Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): introduce package manager #7354

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AugustinMauroy
Copy link
Member

Description

We will need these icons

Validation

It's shouldn't break trademark policy of theses projects

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npm run format to ensure the code follows the style guide.
  • I have run npm run test to check if all tests are passing.
  • I have run npx turbo build to check if the website builds without errors.

@Copilot Copilot bot review requested due to automatic review settings December 23, 2024 10:40
@AugustinMauroy AugustinMauroy requested a review from a team as a code owner December 23, 2024 10:40
Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview Dec 23, 2024 10:20pm

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

apps/site/components/Icons/PackageManager/Npm.tsx:11

  • The attribute 'fill-rule' should be renamed to 'fillRule' to follow the camelCase convention in JSX.
<g fill="none" fill-rule="evenodd">
Copy link
Contributor

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 89%
88.6% (583/658) 70.28% (175/249) 92.43% (110/119)

Unit Test Report

Tests Skipped Failures Errors Time
137 0 💤 0 ❌ 0 🔥 5.167s ⏱️

@AugustinMauroy
Copy link
Member Author

for size I use 32pxx32px

@@ -0,0 +1,24 @@
import type { FC, SVGProps } from 'react';

/**
Copy link
Member

Choose a reason for hiding this comment

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

Why these @see statements? Are they really needed?

Copy link
Member

Choose a reason for hiding this comment

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

We don't have'em in any of the other components, so let's keep it standard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants