Conversation
[Feat/#353] 취향 장르 선택 UI 수정
[Feat/#351] 회원가입 유도 A/B 테스트 제거 및 관심 콘서트 툴팁 추가
Co-authored-by: Copilot <copilot@github.com>
[Feat/#356] 콘서트 상세 페이지 UI
…feat/#357/search-page
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…fix/#370/v6-1st-QA Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
[Fix/#370] 6차 스프린트 1차 QA 반영
…-exposure [Feat/#374] 관심 콘서트 토스트 노출 관련 api
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
[Fix/#376] 6차 스프린트 2차 QA
[Fix/#378] 6차 스프린트 2차 QA 반영
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
[Fix/#380] 인스타그램 이미지 깨지는 문제 해결
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces significant updates to the interest concert feature, including a new interest concert list page, carousel components, and enhanced filtering capabilities. It also updates the API version to v6 and refactors several components to improve state management and user interaction. My feedback focuses on improving toast notification visibility by increasing the autoClose duration and suggesting a refactor to pass concert objects directly to the interest concert button instead of parsing strings.
Comment on lines
6
to
10
| type SetInterestConcertButtonProps = { | ||
| selectedConcertState: StateWithSetter<string | null>; | ||
| group?: "A" | "B" | "C"; | ||
| selectedConcertsState: StateWithSetter<string | null>; | ||
| isFirst?: boolean; | ||
| disabled?: boolean; | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
6차 스프린트 배포~