cylc-ui icon indicating copy to clipboard operation
cylc-ui copied to clipboard

Web app for monitoring and controlling Cylc workflows

Results 148 cylc-ui issues
Sort by recently updated
recently updated
newest added

In the graph view the nodes and edges are in different layers. We then apply a small transformation to the edge layer to get them aligned properly. For some reason,...

bug

### Updates * Issue where the websocket connection is closed before it is succseefully opened. * Observed in Firefox, Edge and Chrome so far with the following messages: * WebSocket...

bug
investigation

When the remove mutation is called on a cycle the "tasks" list is not filled in with the cycle point. I think we should be able to handle this? Reported...

*awaiting sketch* A system for changing the appearance of task nodes based on properties of the task, e.g: * Family * Parameterisation * (Re)Flow This "visual filtering" is intended to...

design

Follow-up to #1466 At present there isn't a great deal of use in the colour coding the gantt view by task name. I had a go at making it colour...

data workflows team

### Problem The cylc UI doesn't currently respect user agents setting [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion). This accessibility option indicates whether animations should play, and is useful to both people who get nauseous at...

small
accessibility

We get a lot of these warnings from `graphql-tag` in the console: ``` index.ts:46 Warning: fragment with name AddedDelta already exists. graphql-tag enforces all fragment names across your application to...

If there is nothing to draw, the graph view currently preserves the last valid graph. This is a little inconsistent, other views go blank. I think there have been some...

small

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.0.0) |...

blocked
dependencies
javascript
stop-updating

Create a view providing analysis on suites/jobs, some quick ideas: * [x] Display average runtime for tasks (with error bars). * #1254 * #1355 * [ ] Graph job runtime...

data workflows team