refactor: Atelier 채팅 UI/UX 개선 및 컴포넌트 리팩토링#87
Merged
ShipFriend0516 merged 21 commits intomasterfrom Apr 18, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
변경 사항
Atelier 채팅 기능의 UI/UX를 전반적으로 개선하고 공통 컴포넌트를 분리
주요 변경 내용:
변경 이유
채팅 피드, 메시지 액션, 입력창 등 Atelier 관련 컴포넌트들이 기능이 추가되면서 단일 파일에 로직이 집중. 실시간 구독 로직 중복, 모달 컴포넌트 미공통화, 이모지 피커의 Portal 위치 계산 버그 등 유지보수 이슈를 해결하고, 모바일 반응형 내비게이션 및 Toast 스택 등 UX를 개선하기 위해 리팩토링을 진행