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

Enhancement: Implement colored toggles for improved visual feedback #142

Open
rashevskyv opened this issue Oct 3, 2024 · 0 comments
Open

Comments

@rashevskyv
Copy link

Currently, our toggle system uses simple on/off states. To enhance user experience and provide clearer visual feedback, we propose the following improvement:

Desired behavior:

  1. Replace the current on/off text with a graphical toggle switch.
  2. Implement color coding for toggle states:
    • Green for the enabled state
    • Red for the disabled state

Alternative implementation:
If a full graphical toggle is not feasible, consider color-highlighting the "On" and "Off" text:

  • Green for "On"
  • Red for "Off"

This enhancement will:

  • Improve at-a-glance understanding of toggle states
  • Enhance the overall visual appeal of the interface
  • Provide a more intuitive user experience

Please consider implementing this feature in the next update.

/label enhancement
/label user-interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant