-
Notifications
You must be signed in to change notification settings - Fork 27
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
removed the installed state #805
Conversation
Codecov Report
@@ Coverage Diff @@
## master #805 +/- ##
=======================================
Coverage 90.96% 90.96%
=======================================
Files 84 84
Lines 1672 1672
Branches 105 106 +1
=======================================
Hits 1521 1521
Misses 121 121
Partials 30 30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
da5140e
to
36a1b07
Compare
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.
Thanks! Does it supersede #804 too?
span { | ||
color: $font-default-color; | ||
.status-msg { | ||
color: $font-dimished-color; |
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 is "dimished" meant to be:
- diminished?
- dimmed?
- dimmish?
Good catch on the stopping status, will take a look, would like to fix that on this/these PR(s). Should be able to convert the GScan tooltip to use this summary string too. |
* The installed state was the same as "stopped" but with the additional information that the workflow had not yet been run. * Added this information to the workflow status message in cylc-uiserver (as it is offline information). * Improved the workflow status message provided by cylc-flow. * Put the status message into the UI toolbar.
36a1b07
to
f1e4a8f
Compare
opened: cylc/cylc-uiserver#257 |
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.
Code looks good to me! Will leave final functional review to @hjoliver 👍
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.
Tested, all good now 👍
(For a follow-up: the tool bar icons stay as greyed-out "pause" and "stop" after stopping; the "play" button should reappear). |
(Two approvals, but waiting for changes in the sibling PR) |
Play (as in play from stopped) is not implemented in the toolbar (because the mutation didn't exist when the toolbar icons were developed!), should be sorted in #806 |
Merging now as the sibling PRs are in. |
PR trio: cylc/cylc-flow#4459, cylc/cylc-uiserver#256, #805
information that the workflow had not yet been run.
(as it is offline information).
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.