You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speed up workflow for the user when editing flag-enum configuration properties
Solution
Instead of having to click the Add button every time I want to add a value to a flag enum (e.g. for the config property BotBehaviour) I have to press the add-button. I'd like the value to be automatically added when selecting it from the dropdown.
Alternatives
Do nothing and leave it at two clicks necessary for each value.
The text was updated successfully, but these errors were encountered:
Abrynos
added
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
🧐 Evaluation
Issues marked with this label are currently being evaluated if they're going to be considered.
labels
Jun 23, 2021
This issue could be combined with #1442 and dropdown menu could have checkboxes with such structure:
Instead of 'Every day' it could have All option and instead of 'Last Weekday in month' it could have None option. And property values instead of days of course. No need for Add button then.
MrBurrBurr
added
👍 PR-ok
Issues marked with this label are good candidates for being accepted in a pull request.
🙏 Wishlist
Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
and removed
🧐 Evaluation
Issues marked with this label are currently being evaluated if they're going to be considered.
labels
Jun 28, 2021
* Implement #1449
* Properly localize newly added text
* Remove done TODO comments
* Remove obsolete methods
* Replace function parameter reassignment with local const
* Change displayed texts casing to match master branch
MrBurrBurr
removed
the
🙏 Wishlist
Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
label
Jun 30, 2021
Purpose
Speed up workflow for the user when editing flag-enum configuration properties
Solution
Instead of having to click the
Add
button every time I want to add a value to a flag enum (e.g. for the config propertyBotBehaviour
) I have to press the add-button. I'd like the value to be automatically added when selecting it from the dropdown.Alternatives
Do nothing and leave it at two clicks necessary for each value.
The text was updated successfully, but these errors were encountered: