langflow/src
Gabriel Luiz Freitas Almeida de95e0db3c 🎨 style(exportModal.tsx, flowSettingsModal.tsx): refactor name and description input fields into a reusable component
 feat(nameInputComponent.tsx): add character limit to name input field
The name and description input fields in the ExportModal and FlowSettingsModal components have been refactored into a reusable component called EditFlowSettings. This improves code reusability and reduces code duplication. The EditFlowSettings component also includes a character limit of 50 characters for the name input field to prevent users from entering names that are too long.
2023-06-14 12:15:48 -03:00
..
backend 🚀 feat(constants.py): add new OpenAI chat models and update existing ones 2023-06-14 11:43:36 -03:00
frontend 🎨 style(exportModal.tsx, flowSettingsModal.tsx): refactor name and description input fields into a reusable component 2023-06-14 12:15:48 -03:00