Ronnie Dutta
Ronnie Dutta
> 1. Can we remove the "succeeded" badge. There is a disparity between the offline/mock mode and real life as succeeded tasks do not show in the sidebar in real...
I have copied the deltas from the current parallel suite and this is what it would look like. IMO easier to read as I have got rid of empty states...
Note these task state badges follow the colour theme set in the user profile settings, just like job icons. So colour blindness has been taken care of.
We could detect a widget hide event: https://lumino.readthedocs.io/en/latest/api/variables/widgets.Widget.Msg.AfterHide.html There is an example of doing the opposite (detecting the show event) here: https://github.com/cylc/cylc-ui/blob/ea7bbbcbc674109f102d1424076fa064a8843f86/src/components/cylc/workspace/luminoWidget.js#L85-L86
Btw it looks like you have accidentally pushed this branch both to your fork and this upstream repo. I'm deleting the branch on here but it will remain on your...
We'll get round to this when we can, but a little bit swamped at the moment!
Another option would be the version chip at the bottom left which we already alter to highlight if we're using the development build. This never scrolls out of view (although...
More context from #2023 > The biggest problem here is somehow summarizing the cycle point, task name and job submission number into something concise enough to fit into the tab...
For me AOTF was filling in all the cycle point fields
Ah interesting, your workaround works for the full project too 👍 I tried setting to to "debug" which the docs says implies "auto", and I get this on rebuilds ```...