langflow/src
Cristhian Zanforlin Lousa a6b684f139
feat: add new categories endpoint (#4184)
*  (endpoints.py): Add new endpoint to retrieve sidebar categories for the frontend application.

* 📝 (schemas.py): add SidebarCategory and SidebarCategoriesResponse models to define sidebar categories and response structure for API endpoint.

*  (constants.py): Add sidebar categories with display names, names, icons, and beta status for different components to enhance the user interface and navigation experience.

* 📝 (constants.py): Update icons names to use proper casing for consistency and clarity in the code.
2024-10-17 13:34:05 +00:00
..
backend feat: add new categories endpoint (#4184) 2024-10-17 13:34:05 +00:00
frontend feat: add new input type - SliderComponent + tests (#4144) 2024-10-16 14:00:27 +00:00