Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: General UI Bugs #2176

Merged
merged 11 commits into from
Jun 14, 2024
Merged

Fix: General UI Bugs #2176

merged 11 commits into from
Jun 14, 2024

Conversation

lucaseduoli
Copy link
Collaborator

Overview

This pull request includes several bug fixes and improvements to the project. Each commit addresses a specific issue or enhancement, ensuring a more robust and user-friendly experience.

Changes

  1. Fixed if/else that is not on useEffect

    • Corrected the conditional logic to ensure proper execution flow outside of useEffect.
  2. Fixed badge size on Advanced modal

    • Adjusted the badge size in the Advanced modal for better visual alignment and consistency.
  3. Changed icon of message

    • Updated the message icon to improve user interface clarity and aesthetics.
  4. Fixed grabbing to override children

    • Resolved an issue where grabbing was interfering with child components, ensuring proper functionality and user interaction.
  5. Fixed error color and padding

    • Enhanced the error display by adjusting color and padding, making error messages more noticeable and readable.
  6. Fixed not being able to copy anywhere

    • Fixed a bug preventing users from copying text, enhancing user convenience and accessibility.
  7. Fixed table header displaying Title Case instead of normal

    • Corrected the table header formatting to display in normal case, improving readability and adherence to design guidelines.

Testing

  • Each fix has been tested to ensure the issues have been resolved without introducing new bugs.
  • User interface changes have been reviewed to confirm visual improvements.

Impact

  • These changes improve the overall user experience, usability, and interface consistency.
  • The bug fixes address critical issues that enhance the functionality and reliability of the application.

Conclusion

These updates collectively contribute to a more polished and user-friendly application. Please review the changes and provide feedback or approval for merging.

Thank you!

Copy link

vercel bot commented Jun 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ❌ Failed (Inspect) Jun 14, 2024 7:40pm

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. bug Something isn't working labels Jun 14, 2024
✅ (tests): update locators in chatInputOutput.spec.ts for element accuracy
✅ (tests): import dotenv and path in end-to-end tests for environment config
✅ (tests): add control-click actions in group.spec.ts for multi-select testing
✅ (tests): update text assertions in logs.spec.ts for consistency with UI changes
@Cristhianzl
Copy link
Collaborator

LGTM

@Cristhianzl Cristhianzl merged commit 80ad502 into dev Jun 14, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants