mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-29 22:29:30 +02:00
* Add support for disabled state to model dropdown As per https://discord.com/channels/1014774730907209781/1021695193499582494/1075068193753804831 The only limitation is that we cannot visually gray out the chevron itself because the corresponding font-awesome icon is a Pro icon (https://fontawesome.com/icons/angle-down?s=duotone&f=classic). * Gray out the chevron when the control is disabled * Remove empty line * Disable the transition on the chevron Apply effect immediately when the dropdown is enabled/disabled.