-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Move FormBoolean
back to FormElement
field in workflow run form
#19938
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
Move FormBoolean
back to FormElement
field in workflow run form
#19938
Conversation
+1, this was identified as confusing because it's an inconsistent UI pattern -- all values otherwise are inside the container and this felt like it was supposed to be a control structure or some step meta-option when put in the header. I prefer option 2 as shown in the PR. |
As opposed to on the step header where we moved it to in galaxyproject@47eb5e8.
01ccc09
to
03205a1
Compare
Note: This is unrelated to the other changes in this PR.
What about this? if it has help text, then no (Yes/No) label, if no help text, then it has the label? BTW, made it so that the tool form remains the same as before. In any case, the appearance of the |
That looks great! |
removing he help text and relying completely on the shades of color is making this much less accessible |
@mvdbeek Out of curiosity, what does it say when you operate it? |
As opposed to on the step header where we moved it to in 47eb5e8.
It could be confusing for the user to figure out that this is in fact a workflow parameter value like the other string, integer etc. values if the boolean toggle is in the header.
Change Yes/No to True/False?
How to test the changes?
(Select all options that apply)
License