-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Draft: Alt Command Toggle #2790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wohoo! Your first PR -- thanks for contributing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does the slider look like for abilities that don't have an alt_command? Ideally it doesn't appear.
I wonder if labels should go under command
and alt_command
instead of their own list. What happens if there's more than 2 labels? I assume any beyond the first 2 are ignored. What if there are no labels? What if there's only 1? Ideally we have default labels if they aren't present in the yaml.
Fixing the "1 label" use case now.. |
app/objects/c_executor.py now has the default labels and if the label length is 1 it'll add a "Command2 default. If you have more than 2 its just uses the first 2. |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Kudos, SonarCloud Quality Gate passed! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@clenk any progress? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Description
Alternative command feature in ability YAML which allows a user to flip a toggle when adding an operational link.
Type of change
How Has This Been Tested?
Mostly manual tests - would need advisement on UI element testing
Checklist: