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

배포#112

Merged
haesookimDev merged 17 commits intodeployfrom
main
Aug 12, 2025
Merged

배포#112
haesookimDev merged 17 commits intodeployfrom
main

Conversation

@haesookimDev
Copy link
Contributor

No description provided.

haesookimDev and others added 17 commits August 12, 2025 13:29
- Introduce useSidebarManager custom hook to automatically toggle sidebar
  visibility when modals or popups open or close.
- Refactor ChatHistory, ChatInterface, Documents, EvalPageContent,
  DataCategory, and ModelCategory components to use the new hook.
- Remove duplicated sidebar toggle logic from multiple components.
- Add new template (test_t.json) to TemplatePanel's template list.
Removed the import and usage of the test_t template from the
template list in TemplatePanel.tsx to clean up unused code and
maintain clarity in available workflow templates.
[리팩토링/기능] 모달 상태에 따른 사이드바 자동 관리용 useSidebarManager 훅 도입 및 적용
Eliminated duplicate check for showCollectionModal in the useSidebarManager
hook call to prevent unnecessary re-renders and improve code clarity.
- Remove Basic_Chatbot and Data_Processing workflow templates
- Add new generate_marketing_API workflow template for marketing phrase generation
- Update TemplatePanel to load only the new marketing API template
Updated all instances of "XGen" to "XGEN" in README, UI components,
layout metadata, workflow constants, and page content to ensure
consistent branding throughout the project.
Shortened the hero section label from "Next-Gen AI Workflow Platform" to
"Next-Gen AI Platform" to create a more concise and impactful message.
Allow Parameter.value to accept boolean values in addition to
string and number. This change improves type flexibility for
parameters that require boolean options.
Extend the Parameter interface to allow boolean values for the
'value' property, enabling more flexible parameter types in node
items. This change improves type safety and supports additional
use cases where parameters can be true/false flags.
Ensure all input value props are explicitly converted to strings
before rendering. This avoids issues when values are non-string types
such as numbers or null/undefined, improving input stability and
preventing React warnings or errors in Node and SchemaProviderNode
components.
Updated input and select elements in Node and SchemaProviderNode components
to check for undefined or null param values before calling toString().
This avoids runtime errors when param.value is null or undefined and ensures
controlled components receive valid string values.
@haesookimDev haesookimDev merged commit 4458183 into deploy Aug 12, 2025
4 checks passed
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.

2 participants