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

Table view bug spotted with this example: ```ini [scheduler] UTC mode = True allow implicit tasks = True [scheduling] initial cycle point = 2019-12-09T09:00Z [[graph]] R1 = foo_cold => foo_start...

bug

If you have two tabs stacked one on top of the other, the task progress animation will reset when switching tabs. [Apparently](https://stackoverflow.com/a/27353161), hiding elements causes CSS animations to be reset...

bug

**Cylc 7** Cylc supports task metadata e.g: ```ini [runtime] [[mytask]] [[[meta]]] # the standard metadata fields used by some cylc commands title = My Task url = https://... description =...

design

>I'm not sure displaying the selected tasks as chips in the `v-autocomplete` is working out. And the selected tasks are already shown in the chart legend, so why not just...

UX/UI
data workflows team

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.4.11` -> `3.5.4`](https://renovatebot.com/diffs/npm/vue/3.4.11/3.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

blocked
dependencies
investigation
javascript
stop-updating

When opening a new tab in the workspace, the new view should take focus See also #140 for a broader issue on keyboard interaction

good first issue
small
accessibility
UX/UI

The Gantt view could do with either a refresh button (easy to add) or use a live subscription

data workflows team

1. When selecting a lot of tasks, the dropdown input expands a lot. It's possible to customise what is displayed in the dropdown input so it can just say how...

UX/UI
data workflows team

We can now view the logs of a specific job submit by clicking on the right job icon. The text field in the log view will say (e.g.) `3001/mytask/03`. Getting...

> I spotted one issue where the clock-face progress indicator doesn't show in the graph view: > > > > I think this was working before [Vue 3] but I...

investigation