Merged
Conversation
- Wire tasting tag, banner, curation counts to real API endpoints - Add curation stat card (was missing entirely) - Filter inquiries to show only WAITING status count - Make all stat cards clickable to navigate to their list pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 배너 목록 이미지 미리보기 컬럼 제거 - 배너 타입 필터를 활성/비활성 필터로 교체 - 배너 목록에 Switch 인라인 상태 토글 추가 (useBannerUpdateStatus 연결) - 배너 순서 변경 로직에 rollback + refetch 추가 (큐레이션과 동일한 패턴) - Switch+Badge 조합을 StatusToggle 공통 컴포넌트로 추출 - CurationList에서 StatusToggle 컴포넌트 사용으로 교체 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
BannerList, CurationList에 중복되던 드래그 상태 관리, 순서 계산, 순차 API 호출, 실패 시 롤백 로직을 useReorderDrag 제네릭 훅으로 추출 - items, getOrder, onReorder, onAfterReorder, pageOffset를 파라미터로 받아 도메인 무관하게 재사용 가능 - getDragHandlers(item) 반환값을 TableRow에 spread하여 사용 - 각 페이지의 드래그 관련 상태 5개 + 핸들러 5개 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
초기 상태, 모드 토글, 드래그 핸들러, 드롭 성공/실패 롤백, 엣지 케이스 총 21개 케이스 커버 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
위스키 수: 300px → 100px, 순서: 180px → 60px, 상태: 300px → 180px also fix: useReorderDrag 테스트의 vi.fn 타입 캐스팅 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Addresses review comment by @Copilot on src/pages/banners/BannerList.tsx:229,235. PR: #26
Addresses review comment by @Copilot on src/pages/Dashboard.tsx:28. PR: #26
[feat] 홈 대시보드 API 연동 및 배너/큐레이션 목록 UI 개선
…ment-variables - git.environment-variables was listed in .gitignore, preventing the gitlink from ever being committed to the git tree - Without the gitlink, GitHub Actions submodule checkout had nothing to clone - Docker build failed because git.environment-variables/application.vite/dev.sops.env was missing from the build context
[fix] git.environment-variables 서브모듈 gitlink 누락 및 .gitignore 오등록 수정
- AlcoholSearchParams에 includeDeleted, 응답에 deletedAt 필드 추가 - 목록 페이지에 '삭제된 데이터 포함' 체크박스 필터 추가 - 삭제된 항목에 Badge 삭제됨 표시 및 opacity 스타일 적용 - 상세 페이지에서 삭제된 위스키 읽기전용 모드 (버튼 숨김, 입력 비활성화) - useAdminAlcohols 훅 테스트 5개 케이스 추가 Closes #165 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Addresses review comment by @copilot-pull-request-reviewer on src/pages/whisky/WhiskyDetail.tsx:130. PR: #28
pointer-events-none only blocks mouse events; keyboard navigation can still trigger file upload. Replace onImageChange with noop when disabled to prevent keyboard-initiated changes. Addresses review comment by @copilot-pull-request-reviewer on src/pages/whisky/components/WhiskyImageCard.tsx:47. PR: #28
[feat] 위스키 목록 삭제 데이터 필터링 및 상세 읽기전용 모드
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.
Release Dashboard v1.1.3
This PR was automatically created by version-check workflow.