Conversation
증류소 조회 size를 100에서 9999로 변경하여 전체 증류소가 드롭다운에 노출되도록 수정 Closes bottle-note/workspace#217 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
PR 제목 (Title)
증류소 검색 및 드롭다운에 일부 증류소가 미노출되는 버그 수정
변경 사항 (Changes)
size파라미터를100→9999로 변경변경 이유 (Reason for Changes)
위스키 상세 편집 페이지에서 증류소 선택 시 첫 페이지(100개)만 로드되어, 100번째 이후의 증류소가 드롭다운과 검색 결과에 노출되지 않는 문제가 있었습니다.
SearchableSelect가 클라이언트 사이드 필터링만 지원하므로, API에서 전체 데이터를 가져오도록 size를 충분히 크게 설정하여 해결합니다.Closes bottle-note/workspace#217
테스트 방법 (Test Procedure)
/whisky/65)에서 증류소 드롭다운 열기참고 사항 (Additional Information)
keyword파라미터 활용)으로 전환 검토 필요useRegionList({ size: 100 })도 지역 수 100개 초과 시 동일 이슈 발생 가능🤖 Generated with Claude Code