This repository was archived by the owner on Mar 18, 2026. It is now read-only.
[기능] 배포 모드 및 배포 정보 모달 UI 추가#28
Merged
Merged
Conversation
- Introduce DeploymentModal component to display deployment details - Add deploy button in ChatHeader to open the deployment modal - Include API usage code snippets (Python and JavaScript) and independent web page URL with copy functionality - Style deployment modal and related UI elements in ChatInterface.module.scss - Integrate modal state and handlers in ChatInterface component
- Add baseUrl state to generate API and web page URLs dynamically based on current window location instead of hardcoded domain. - Encode workflow name in URL query parameter for chatbot link. - Implement focus management to set initial focus on close button when modal opens, improving accessibility. - Remove redundant comments and clean up unused code in ChatContent component.
- Introduce 'deploy' mode in chat components and types for deployment flow - Update ChatHeader to hide deploy button in deploy mode - Implement DeploymentModal with tabbed interface for Website and API integration - Add styles for close button, tabs, and tab panels in ChatInterface.module.scss - Fix API endpoint and example code in DeploymentModal for workflow execution - Update standalone chat page to use deploy mode and pass required props
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.
설명
주요 변경 사항
deploy추가로 배포 전용 화면을 구분하여 제공/chatbot/[chatId]/page.tsx) 구현