efosamark / Uberhand-Overlay

The fully craft-able overlay executor.
https://efosamark.github.io/Uberhand-Overlay/
GNU General Public License v2.0
26 stars 4 forks source link

Enhancement: Implement colored toggles for improved visual feedback #142

Open rashevskyv opened 2 months ago

rashevskyv commented 2 months ago

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:

This enhancement will:

Please consider implementing this feature in the next update.

/label enhancement /label user-interface