Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello, 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 the 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 counterproductive. 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. 폴더를 옮겨 정리하니, 코드가 한결 깔끔해졌네. 경로를 따라 찾아가 보니, 구조가 한눈에 들어오네. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request renames internal page directories (such as hooks and types) to use an underscore prefix (e.g., _hooks, _types) to indicate they are private to the page. The review feedback points out that importing these private types into global query files violates encapsulation and suggests moving shared types to a common directory like src/types or the specific query domain folder to reduce coupling.
| import useAppMutation from "../base/useAppMutation"; | ||
| import { LoginFormValues } from "@/pages/Login/types"; | ||
| import { useQueryClient } from "@tanstack/react-query"; | ||
| import type { LoginFormValues } from "@/pages/Login/_types"; |
There was a problem hiding this comment.
feat: 디자인 토큰 자동화 파일 구성
refactor: 디자인 토큰 폴더 및 워크플로우 수정
feat: 디자인 토큰 자동화 테스트
chore: 디자인 토큰 액션 수동 버튼 추가
fix: 디자인 토큰 미해결 참조 필터링 및 js 플랫폼 제거
chore: 의존성 취약점 수정
…nto feat/design-tokens
feat: 디자인 토큰 파이프라인 구축
작업 요약
Develop 브랜치의 최신 변경 사항을 Main 브랜치로 반영합니다.
최근 머지된 내역