Conversation
- BundleCompleteView: 뭉치 생성 완료 후 표시되는 완성 화면 - 이미지 저장, 영상 공유, 대표 뭉치 설정 기능 - KeyringCompleteView와 동일한 구조 적용
- 각 Tab의 navigationDestination에 bundleCompleteView 추가
- UIView.setAnimationsEnabled(false) 대신 withTransaction 사용 - 전역 애니메이션 비활성화 문제 해결 (시트 애니메이션 깨짐 수정) - 갑자기 뭉치 만들고 나오면, 모든 ui의 애니메이션이 동작안하는거있지
- 영상 생성 로딩을 LoadingAlert 컴포넌트로 변경
Member
jini-coding
approved these changes
Feb 7, 2026
Member
jini-coding
left a comment
There was a problem hiding this comment.
오 뭉치 완성뷰까지 완성되었네요! 코드 정리까지 굿입니다.
전역 애니메이션 비활성화 문제 해결 << 요건 저도 몰랐는데 당황스럽네요... 고쳐져서 다행이에요.
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.

Summary
완성뷰(BundleCompleteView)구현KeyringCompleteView와 동일한 구조 및 기능 적용🎯 PR 내용
뭉치 완성뷰 구현
버그 수정
UIView.setAnimationsEnabled(false)→withTransaction방식으로 변경UI 개선
📱 스크린샷 (UI 변경 시)
🔗 관련 이슈
✅ 체크리스트