Conversation
#263) [FEAT] 데모데이용 기능 제한
[REFACTOR] ydestreet 폰트 변경
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello @jeonbinggu, 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은 데모데이를 위한 기능 제한 배포를 목표로 합니다. 주요 변경 사항은 Ydestreet 폰트 파일 업데이트와 함께, 사진 관리 페이지에서 특정 인화 및 수령 관련 기능을 임시적으로 비활성화하여 데모 환경에 최적화하는 데 중점을 둡니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. 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
|
| import { getBannerContent } from "@/lib/getBannerContent"; | ||
| import { usePrintOrderStore } from "@/store/usePrintOrder.store"; | ||
| import { usePrintSkip, useConfirmReceipt } from "@/hooks/photoManage"; | ||
| // import { usePrintSkip, useConfirmReceipt } from "@/hooks/photoManage"; |
| // const { mutate: printSkip } = usePrintSkip(); | ||
|
|
||
| // 수령 확정 | ||
| const { mutate: confirmReceiptMutate } = useConfirmReceipt(); | ||
| // 수령 확정 - 데모데이용에서는 제거 | ||
| // const { mutate: confirmReceiptMutate } = useConfirmReceipt(); |
| onGoTrackDelivery: () => {}, | ||
| onConfirmReceived: () => | ||
| confirmReceiptMutate(workData.developmentOrderId), | ||
| onConfirmReceived: () => {}, |
| else { | ||
| setIsDialogOpen(false); | ||
| printSkip(workData.developmentOrderId); | ||
| //printSkip(workData.developmentOrderId); |
🔀 Pull Request Title
데모데이를 위한 기능 제한 배포
🎞️ 주요 코드 설명
주제1
주제2
📌 PR 설명
이번 PR에서 어떤 작업을 했는지 요약해주세요.
📷 스크린샷
UI 변경이 있을 경우 스크린샷을 첨부해주세요.