hom-add-func-56 <- hom-add-func#56#69
Conversation
Summary of ChangesHello @YeoEunnn, 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! 이 PR은 프로젝트 목록을 표시하는 방식에 유연성을 더하고 사용자 경험을 개선하기 위한 변경 사항을 포함합니다. 새로운 Highlights
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
|
| <div className="mt-6 flex flex-col gap-3"> | ||
| {Array.from({ length: SKELETON_LIST_COUNT }).map((_, index) => ( | ||
| <div | ||
| key={index} | ||
| className="h-20 rounded-2xl border border-gray-200 bg-white p-4 animate-pulse" | ||
| /> | ||
| ))} | ||
| </div> |
📌 관련 이슈
✨ 변경 내용
💡 참고 사항
스크린샷, 참고 링크, 추가 설명 등 (없으면 생략 가능)