Skip to content

[Feature] 대화방 목록 UI 작업 - #21

Merged
cchanmi merged 12 commits into
developfrom
feature/chat-list-styling
Aug 13, 2026
Merged

[Feature] 대화방 목록 UI 작업#21
cchanmi merged 12 commits into
developfrom
feature/chat-list-styling

Conversation

@cchanmi

@cchanmi cchanmi commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Describe

"대화" 탭의 대화방 목록 화면 UI 작업 채팅방 화면에 커스텀 상단 네비게이션(뒤로가기 + 대화방 생성일)을 추가했습니다.

Works made

  • 대화방 목록 조회를 getConversations(date:)(오늘 날짜 조회) → getIncompleteConversations()(미완료 대화 조회, fetchIncompleteChats)로 교체
  • ConversationSummary.createdAtStringDate로 변경, ISO8601FlexibleParser 공유 헬퍼로 DTO 파싱 로직 정리(ConversationMessageDTO/ConversationSummaryDTO 공용)
  • ConversationListViewList 기반 placeholder에서 ScrollView/LazyVStack 카드 UI로 재구성 (헤더, 날짜 행, 카드, 빈 상태 컴포넌트 분리)
  • ChatView에 커스텀 상단 네비게이션(뒤로가기 + 대화방 생성일) 추가, 시스템 네비게이션 바는 숨김

Changes Made

As-Is

기존 로직: ConversationListView는 plain List + 제목/상태 텍스트만 보여주는 placeholder였고, ChatView는 시스템 기본 네비게이션 바를 그대로 사용했습니다.

To-Be

변경 로직: 대화방 목록은 카드 UI로, ChatView는 뒤로가기+날짜만 있는 커스텀 헤더로 교체했습니다.

@cchanmi cchanmi self-assigned this Aug 13, 2026
@cchanmi cchanmi changed the title [Feature] 대화방 목록 UI 스타일링 및 채팅방 상단 네비게이션 개선 [Feature] 대화방 목록 UI 작업 Aug 13, 2026
@cchanmi
cchanmi merged commit 2e5d4d5 into develop Aug 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant