Conversation
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Summary of ChangesHello @ahcgnoej, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 Pull Request는 애플리케이션에서 SVG 아이콘을 React 컴포넌트처럼 쉽게 사용할 수 있도록 지원하는 기능을 도입합니다. SVGR을 통합하여 SVG 파일을 React 컴포넌트로 변환하고, 아이콘 에셋 추가 및 관리를 간소화하기 위한 자동화된 스크립트를 구현하여 개발 워크플로우를 개선합니다. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
아이콘 관련 세팅해주셔서 감사합니다. 일단 머지 전에는 임시 아이콘을 사용하겠습니답 |
📝 요약
⚙️ 작업 내용
🔗 관련 이슈
✅ 체크리스트
💬 리뷰어에게
사용법
SVG 파일을
src/shared/assets/icons폴더에 추가합니다.예:
check-icon.svg아래 명령어를 실행합니다.
→ 스크립트가 실행되면서
icons/index.ts가 자동 생성/갱신됩니다.생성된 아이콘을 컴포넌트처럼 import하여 사용합니다.
React 컴포넌트처럼 props를 전달하여 사용할 수 있습니다.