This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Conversation
clone main
…luding localStorage integration for active section
…ction functionality
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.
This pull request introduces several key updates, including the addition of reusable sidebar configuration utilities, a new chat page with workflow selection functionality, and improvements to code organization by consolidating shared components under
_common. Additionally, new styles and components were added to enhance the user interface for chat and workflow management.New Features and Enhancements:
Reusable Sidebar Configuration:
getSidebarItemsandcreateItemClickHandlerutilities insidebarConfig.tsto standardize sidebar item definitions and click handling across pages.ChatPageandMainPageContentcomponents. [1] [2]Chat Page and Workflow Selection:
ChatPagecomponent with a sidebar andChatContentfor workflow and chat navigation.WorkflowSelectioncomponent to allow users to choose workflows, with filtering and error handling.ChatContent.module.scss.Codebase Organization and Refactoring:
workflowStorage,nodeHook, andToastProviderunder_commonfor better modularity. Updated imports across multiple files to reflect this change. [1] [2] [3] [4] [5] [6]User Experience Improvements:
State Persistence:
MainPageContentto support navigation from the chat page by persisting the active section inlocalStorage.Responsive Design:
These changes collectively improve the modularity, reusability, and user experience of the application.