feat, style: [검색뷰] 키링뭉치 검색 구현, [뭉치 상세뷰] 키링 상세뷰와 디자인 유사하게 변경#59
Merged
jini-coding merged 13 commits intodevelopfrom Feb 9, 2026
Hidden character warning
The head ref may contain hidden characters: "feat/\uac80\uc0c9\ubdf0---\ud0a4\ub9c1\ubb49\uce58-\uac80\uc0c9-\uad6c\ud604"
Merged
feat, style: [검색뷰] 키링뭉치 검색 구현, [뭉치 상세뷰] 키링 상세뷰와 디자인 유사하게 변경#59jini-coding merged 13 commits intodevelopfrom
jini-coding merged 13 commits intodevelopfrom
Conversation
3 tasks
Member
|
삭제 버튼 비활성 시키니까 훨씬 낫네여 |
giljihun
approved these changes
Feb 9, 2026
| uiState.isGeneratingVideo = false | ||
| } | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
지금보니 제가 디테일뷰,완성뷰에 둘다 만들어뒀네요
후에 BundleViewModel+VideoGen으로 통합해도 될듯합니당
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. 검색뷰에 뭉치 검색 기능 추가
BundleViewModel+Filter.swift파일 생성searchKeyword파라미터를 추가하여 뭉치 이름에 대한 검색어 하이라이트 처리2. 보관함 내 뭉치 탭에서 뭉치 정렬 기능 추가
BundleViewModel+Sort.swift파일 생성updateSortOrder메서드로 정렬 방식 업데이트sortBundles메서드로 실제 정렬 로직 구현3. 키링 정보 수정 완료 후 이동 화면 변경
let→@State로 변경4. 뭉치 상세뷰 디자인을 키링 상세뷰와 유사하게 변경
BundleMenu에 구분선, 위젯 가이딩뷰 이동 버튼 추가** 기존 : 메인 뭉치일 때 삭제 버튼 아예 표시되지 않음
** 변경 후 : 삭제 버튼이 보이되, 비활성 상태로 표시됨 (
onTapGesture에서isMain조건 체크하여 동작 방지)5. 자잘한 UI 수정
📱 스크린샷 (UI 변경 시)
ScreenRecording_02-09-2026.7-1.mov
ScreenRecording_02-09-2026.6-1.mov
ScreenRecording_02-09-2026.03-17-41_1.MP4
ScreenRecording_02-09-2026.5-1.mov
🔗 관련 이슈
#31 #58
✅ 체크리스트