feat: 템플릿 프리뷰 이미지 슬라이드 구현#96
Merged
jini-coding merged 2 commits intodevelopfrom Feb 12, 2026
Hidden character warning
The head ref may contain hidden characters: "feature/-\uacf5\ubc29-\ud0a4\ub9c1-\ud504\ub9ac\ubdf0-\uc2ac\ub77c\uc774\ub354-\uad6c\ud604"
Merged
Conversation
- KeyringTemplate에 previewImages 필드 추가 (Firestore fallback 디코딩) - TemplateImageSlideshow 컴포넌트 생성 (async/await 루프, UIImage 프리로드) - 번들 첫 번째 이미지 지원으로 즉시 표시 + 나머지만 네트워크 다운로드 - WorkshopItemCard, TemplateSelectSheet, TemplatePreviewBody에 슬라이드 적용 - RecentTemplateCard는 첫 번째 이미지만 정적 표시
jini-coding
approved these changes
Feb 12, 2026
Member
jini-coding
left a comment
There was a problem hiding this comment.
자동 전환 슬라이드 깔끔해서 좋네요!
TemplateImageSlideshow 도 나중에 언제든 활용할 수 있는 여지가 있는데 따로 뺀거 굿입니다.
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 내용
공방 템플릿 프리뷰를 단일 정적 이미지에서 1초 간격 자동 전환 슬라이드로 변경!
TemplateImageSlideshow재사용 컴포넌트 생성 (async/await 루프 + UIImage 프리로드)Firestore 작업 (코드 외)
템플릿 추가 시,
templates컬렉션 각 문서에previewImages: [String]필드에 이미지 넣으면됩니다!🔗 관련 이슈
✅ 체크리스트