This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Merged
Conversation
- 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.
…ut schema formatting in DeploymentModal
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.
No description provided.