-
Notifications
You must be signed in to change notification settings - Fork 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
[24.2] Move invocation view running actions and improve styling of annotation section #19168
Merged
mvdbeek
merged 10 commits into
galaxyproject:release_24.2
from
ahmedhamidawan:invocation_controls_fix
Nov 25, 2024
Merged
[24.2] Move invocation view running actions and improve styling of annotation section #19168
mvdbeek
merged 10 commits into
galaxyproject:release_24.2
from
ahmedhamidawan:invocation_controls_fix
Nov 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Used to be in the `tabs-end` slot. Here, we remove it from there and the BAlert and instead: - The icon on the top left is a loading one when workflow is running - The cancel button is next to the progress bars - We remove the "Generate PDF" button entirely Fixes galaxyproject#19158
martenson
reviewed
Nov 20, 2024
client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue
Outdated
Show resolved
Hide resolved
itisAliRH
reviewed
Nov 20, 2024
ahmedhamidawan
changed the title
Move invocation view controls and loading indicator
[24.2] Move invocation view controls and loading indicator
Nov 20, 2024
In the grid version, we don't have the `WorkflowNavigationTitle` and `WorkflowAnnotation` components, and one of those has the workflow cancel button, which could be useful in the grid as well.
This reverts the change in commit 632955a We realized (in galaxyproject#19157) we didn't really need this in the run form version of `WorkflowAnnotation` because there this acts as an indicator of whatever the "input" history is; which is just your current history and users can see that anyways.
Fixes galaxyproject#19157 where we notice that the description could be full width instead of truncated half way, as well as the need for a visual distinction between the run form and the header annotation.
and add it to `WorkflowNavigationTitle` where it fades out to reveal the title and actions
which is based on whether it is the run form or invocation view Tests changes from commit 6dd5f7c
ahmedhamidawan
changed the title
[24.2] Move invocation view controls and loading indicator
[24.2] Move invocation view running actions and improve styling of annotation section
Nov 21, 2024
since the progress bars already indicate that
mvdbeek
approved these changes
Nov 25, 2024
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.
Nice, thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The actions for a currently running workflow were added in the
tabs-end
slot in #18615 Here, we remove controls from there and theBAlert
and instead:next to the progress barsnow in the title actions (next to the Play button)Fixes #19158
Also lets the workflow description/annotation take up full width, and adds a
<hr>
below it to separate from the run form.Fixes #19157
How to test the changes?
(Select all options that apply)
License