Skip to content

[deploy] dashboard-v1.2.6#39

Merged
hyejj19 merged 6 commits intorelease/dashboardfrom
main
Mar 29, 2026
Merged

[deploy] dashboard-v1.2.6#39
hyejj19 merged 6 commits intorelease/dashboardfrom
main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Release Dashboard v1.2.6

  • Version: 1.2.6
  • Created at: 2026.03.27
  • Auto-generated release PR

This PR was automatically created by version-check workflow.

hyejj19 and others added 6 commits March 26, 2026 10:30
배너 API에 추가된 mediaType 필드를 프론트엔드 전 계층에 반영하고,
동영상(MP4) 업로드 및 미리보기 기능을 구현한다.

- types: MediaType 타입, presigned URL contentType 파라미터 추가
- schema: 폼 스키마에 mediaType 필드 추가 (기본값: IMAGE)
- service: S3 presigned URL 요청 시 contentType 전달
- form: 파일 업로드 시 file.type 기반 mediaType 자동 판별
- ImageUpload: 이미지/동영상 accept, 거부 콜백, 미리보기 분기
- BannerImageCard: 허용 외 파일 에러 토스트, mediaType 자동 설정
- BannerPreviewCard: form.mediaType 기반 비디오 미리보기
- fix: blob URL에서 useEffect가 isVideo를 덮어쓰는 버그 수정
- test: 유틸/컴포넌트/서비스/훅/E2E 테스트 51개 추가 (총 129개)

Refs: bottle-note/workspace#205

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
uploadToS3에 contentType 파라미터를 추가하여 presigned URL 서명 조건과
S3 PUT 헤더가 항상 동일하도록 보장한다.

Addresses review comment by @Copilot on src/services/s3.service.ts:66.
PR: #38

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
파일 교체/삭제 시 이전 blob URL을 revokeObjectURL로 정리하여
메모리 누적을 방지한다. 빌드 에러 수정 포함.

Addresses review comment by @Copilot on src/components/common/ImageUpload.tsx:95.
PR: #38

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
폼 validation 에러 핸들러의 console.log를 제거한다.

Addresses review comment by @Copilot on src/pages/banners/BannerDetail.tsx:70.
PR: #38

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[feat] 배너 미디어 타입 지원 (IMAGE/VIDEO) 및 동영상 업로드
@hyejj19 hyejj19 merged commit 3cedf8c into release/dashboard Mar 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant