Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

[수정] Chat 모드에 'deploy' 적용 범위 확장#30

Merged
haesookimDev merged 3 commits into
mainfrom
fix/chtbotweb
Jul 22, 2025
Merged

[수정] Chat 모드에 'deploy' 적용 범위 확장#30
haesookimDev merged 3 commits into
mainfrom
fix/chtbotweb

Conversation

@haesookimDev
Copy link
Copy Markdown
Contributor

설명

  • 기존에는 'existing' 모드에서만 지원되던 채팅 로딩과 표시 기능을 'deploy' 모드에도 확장하기 위해 변경했습니다.
  • 이 변경으로 'deploy' 모드 사용 시에도 기존 대화 기록 표시와 로딩 상태 처리가 정상 동작하여 사용자 경험이 향상됩니다.

주요 변경 사항

  • ChatArea 컴포넌트의 로딩 상태 처리 코드를 'deploy' 모드까지 적용하도록 수정
  • ChatArea 컴포넌트에서 대화 기록이 없을 때 보여주는 EmptyState를 'deploy' 모드에도 확장
  • ChatInterface 컴포넌트에서 기존 대화 기록을 불러오는 로직을 'deploy' 모드까지 적용하도록 변경

- 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.
@haesookimDev
Copy link
Copy Markdown
Contributor Author

제목

[수정] ChatArea 및 ChatInterface 컴포넌트에서 배포 모드 로딩 상태 조건 개선

설명

  • 기존 코드에서 'deploy' 모드에 대한 로딩 및 대화 기록 조건이 누락되어, 배포된 워크플로우의 대화 기록 표시와 로딩 상태 처리가 제대로 이루어지지 않는 문제가 있었습니다.
  • 이 PR은 'deploy' 모드를 기존 'existing' 모드와 동일하게 처리하도록 조건을 수정하여, 배포 환경에서도 대화 기록과 로딩 상태가 올바르게 표현되도록 개선합니다.

주요 변경 사항

  • ChatArea 컴포넌트에서 mode 조건에 'deploy'를 추가하여, 대화 기록이 없을 때 빈 상태 메시지가 정확히 나타나도록 수정
  • ChatInterface 컴포넌트에서 mode 조건 로직에 'deploy'를 포함시켜, 배포 모드에서도 기존 대화 로그를 정상적으로 불러오도록 처리

@haesookimDev haesookimDev merged commit 4c13f8e into main Jul 22, 2025
4 checks passed
@haesookimDev haesookimDev deleted the fix/chtbotweb branch July 22, 2025 01:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant