Feature: 메모리 화면 Figma 디자인 반영#47
Open
minaje0917 wants to merge 2 commits into
Open
Conversation
- MemoryViewController: 섹션 구조 재정의 (memoryImage / memoryDescription / buryTicket / myMessages / members) - 플로팅 back / menu 버튼을 collection 위에 직접 배치 (white 0.9 + 2pt black border + 16pt corner radius) - MemoryImageCollectionViewCell: D-60 / 기간 / 관리 버튼 / 닫기 / blur 제거, hero 이미지 + 상하 그라데이션만 유지 (Figma 동일) - MemoryDescriptionCollectionViewCell: 날짜 라벨 (Pretendard Medium 14 grey3) 추가, 타이틀-날짜-본문 12pt 간격 - MyMemoriesCollectionHeaderView: 상하 24pt 패딩 제거하고 centerY 정렬, message status 타이틀을 "나의 추억 메시지"로 변경 - 신규 BuryTicketCollectionViewCell: "티켓 묻기" 라벨 + grey5 pill 버튼 (w76 h32) - 신규 MyMessagesCardsCollectionViewCell: 메세지/음성 메세지/사진 3개의 wavy filled primaryLight 카드 (Pretendard Bold 12 + Medium 12 / primaryDark) - MemoryUserCollectionViewCell: 닉네임 라벨 제거 후 48x48 wobbly 손그림 placeholder 단일 노출 - members 섹션은 horizontal group count=6 + interGroupSpacing 8 로 wrap 행 지원 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- ticketDummyImage 자산은 작은 미리보기용 wobbly 티켓 외곽선이라 420pt hero 영역으로 scaleAspectFill 하면 외곽선이 화면 전체를 덮는 깨진 화면 발생 - 실제 사용자 업로드 사진으로 교체되기 전까지는 grey1 단색 배경 + 상하 그라데이션만 노출하도록 정리 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
변경 사항
MemoryViewController
memoryImage/memoryDescription/buryTicket/myMessages/membersnavigationController.popViewController, 메뉴 버튼 → 기존didTapManageButton으로 라우팅Hero 이미지 영역 (
MemoryImageCollectionViewCell)contentInsetAdjustmentBehavior = .neverDescription 섹션 (
MemoryDescriptionCollectionViewCell)#919191)새 섹션: 티켓 묻기 (
BuryTicketCollectionViewCell)didTapBuryTicketButtonPublishRelay 로 전파추억 메시지 섹션 (
MyMessagesCardsCollectionViewCell)MyMemoriesCollectionHeaderView, status.message) — 타이틀 "나의 추억 메시지" + 우측 chevron rightWavyStrokeView.filledStrokedfill/stroke 모두primaryLight (#CFF2D8), lineWidth 6pt, cornerRadius 12,.outside. 내부 텍스트 모두 primaryDark#048F27멤버 섹션 (
MemoryUserCollectionViewCell)count: 6+interGroupSpacing: 8로 6개 초과 시 다음 행 wrap헤더 정리 (
MyMemoriesCollectionHeaderView)prepareForReuse에서 memberCountLabel 자동 제거 보강테스트 방법
make generate후 빌드 성공 확인 (신규 cell 2종 추가됨)🤖 Generated with Claude Code