[FEAT] 홈 화면 UI 전면 개편 및 서버 연동 - #23
Merged
Merged
Conversation
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.
Describe
홈 화면 UI를 Figma 시안대로 전면 교체하고, 닉네임 조회/대화 생성 후 제목 자동 설정을 서버와 연동했습니다.
Works made
MessageComposerView신규 분리)EmotionCharacter에 짧은 라벨/그리드 순서 추가,HomeViewModel에 선택 상태 + 최소 1개 유지 로직 추가. 단, 기획 확정 전이라 트리거 버튼은isEmotionSelectionEnabled플래그로 임시 숨김 (서버 전송 연동은 아직 안 함, 이어서 진행 예정)MemberRepository/DefaultMemberRepository/FetchMyProfileUseCase추가, 홈 진입 시 1회 조회해UserManager에 반영 (이미 값 있으면 재조회 안 함)UpdateConversationTitleUseCase추가, 메시지 전송 성공 시 채팅 화면 이동은 즉시 트리거하고 title 저장은 백그라운드로 처리 (실패해도 네비게이션 유지)name/nickname을null로 내려주는 사용자(가입 직후 등)에서 디코딩 실패로 홈 진입 시 에러 뜨던 문제WARM→SADNESS)로 슬픔이 캐릭터 메시지가 채팅 목록에서 조용히 누락되던 문제.animation()모디파이어 순서 문제)isDeleteButtonEnabled플래그)Changes Made
As-Is
기존 로직
UserManager채워주는 로직 자체가 없었음)스크린샷
![Image]()
To-Be
변경 로직
스크린샷
![Image]()
How to Test
Issues Resolved
Additional context
excludeCharacters) 연동은 기획 확정 후 이어서 진행 예정 (EmotionCharacterServerKeyMapping헬퍼는 미리 준비해둠, 현재 미사용)References
docs/superpowers/specs/2026-08-13-home-ui-redesign-design.md(커밋 대상 아님, 로컬 참고용)