logspace-ai / langflow

⛓️ Langflow is a dynamic graph where each node is an executable unit. Its modular and interactive design fosters rapid experimentation and prototyping, pushing hard on the limits of creativity.
http://www.langflow.org
MIT License
15.28k stars 2.28k forks source link

Pull Request: UI Feature Enhancements #393

Closed Cristhianzl closed 10 months ago

Cristhianzl commented 10 months ago

Description: This pull request implements several UI feature enhancements to improve the user experience. The changes include title casing on names and titles, fixing and changing icons, and adding a cursor pointer on the chat interface.

Changes Made:

Title case on names and titles: Modified the code to convert names and titles to title case. This ensures consistent capitalization and enhances readability throughout the application.

Fixing/Changing icons: Replaced outdated or inconsistent icons with updated versions to provide a more visually appealing and cohesive user interface.

Cursor on chat: Added a cursor pointer to the chat interface to indicate interactivity and enhance user engagement. The cursor appears when hovering over the chat area, making it clear that the chat is responsive to user input.