This repository was archived by the owner on Mar 18, 2026. It is now read-only.
[수정] Chat 모드에 'deploy' 적용 범위 확장#30
Merged
Merged
Conversation
- Include 'deploy' mode alongside 'existing' mode for loading state - Render chat content and empty state for 'deploy' mode as well - Trigger chat log loading in 'deploy' mode when interaction data exists These changes enable consistent chat behavior and UI feedback during deployment workflows, aligning deploy mode with existing chat handling.
Refine the loading state check to apply only when mode is 'existing'. This prevents unintended loading UI display during 'deploy' mode.
Contributor
Author
제목[수정] ChatArea 및 ChatInterface 컴포넌트에서 배포 모드 로딩 상태 조건 개선 설명
주요 변경 사항
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
설명
주요 변경 사항
ChatArea컴포넌트의 로딩 상태 처리 코드를 'deploy' 모드까지 적용하도록 수정ChatArea컴포넌트에서 대화 기록이 없을 때 보여주는 EmptyState를 'deploy' 모드에도 확장ChatInterface컴포넌트에서 기존 대화 기록을 불러오는 로직을 'deploy' 모드까지 적용하도록 변경