[GMSS-203] 채팅방 상세 화면 디자인시스템 컴포넌트 분리 - #52
Merged
Merged
Conversation
- pathData가 과도하게 긴 bg_chat/chatmessage_stroke vector drawable을 9-patch(.9.png)로 전환해 강제 종료 문제 해결 - painterResource()가 9-patch를 지원하지 않아 Drawable을 직접 그리는 전용 Painter(rememberNinePatchPainter) 추가 - stroke와 동일한 손그림 윤곽에서 뽑은 fill 9-patch를 배경으로 사용해 모서리가 어긋나지 않도록 함 - 감정 캐릭터 6종 아바타 아이콘 리소스 추가 (26x26, 0.5px stroke 프레임)
- showRightIcon/rightIcon(단일) 파라미터를 rightActions: List<GamssTopNavigationIconAction>로 교체해 여러 아이콘을 동시에 놓을 수 있도록 함 - 각 액션에 isLoading을 둬 서버 왕복 중엔 아이콘 대신 로딩 인디케이터로 바꿔 보여줄 수 있게 함 - isSystemInDarkTheme() 대신 GamssTheme.isDarkTheme을 써서 GamssTheme의 강제 라이트 설정을 따르도록 수정 - ChattingListTopBar 호출부를 새 API로 최소 이관 (동작 변경 없음 — 검색 진입 아이콘을 rightActions에 포함하는 본작업은 후속 PR에서 진행)
- GamssInputBar에 답장 정보 표시, 확장 동작 등 UI 보강 - 토큰 사용량 조회 결과를 보여주는 GamssTokenUsageTooltip 추가 - 손그림 테두리에 쓰는 Shadow 모디파이어 추가 - GamssButton 배경색상 변경, 스크롤 다운 아이콘 리소스 추가 - 토큰 사용량 팝업 로딩에 쓰는 lottie-compose 의존성 추가
seunghee17
marked this pull request as ready for review
August 18, 2026 10:59
seunghee17
marked this pull request as draft
August 18, 2026 14:00
soyeonLee126
marked this pull request as ready for review
August 18, 2026 14:30
soyeonLee126
approved these changes
Aug 18, 2026
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.
작업 개요
채팅방 상세 화면 작업(#44)에서 디자인시스템 전용 변경분만 분리했습니다.
채팅 버블 크래시 수정, 감정별 아바타, TopNavigation 다중 아이콘, 입력창/토큰 툴팁 등
core:designsystem 컴포넌트 추가·수정을 포함합니다.
작업 유형
변경 사항
관련 이슈
없음
관련 작업 (Notion)
스크린샷 / 동작 화면
(추가 예정)
체크리스트
develop으로 설정되어 있다리뷰 요청 사항
#44를 develop 기준으로rebase해서 겹치는 diff를 제거할 예정입니다.