langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.89k stars 4.25k forks source link

fix: remove useSidebar to fix errors of SidebarWrapper when opening playground page #4767

Closed lucaseduoli closed 6 days ago

lucaseduoli commented 6 days ago

This pull request includes several changes to improve the handling of the sidebar state in the frontend codebase. The main changes involve removing the useSidebar hook and replacing it with data attributes to manage the sidebar's open state.

Sidebar state management improvements:

Code cleanup: