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

The logic used for filtering the workflows / tree views requires recomputation every time the data changes. I.E. if any task changes state anywhere, then all filters have to be...

Sibling: https://github.com/cylc/cylc-uiserver/pull/482 * The subscriptions-transport-ws library is no longer maintained. * Move to graphql-ws. * Closes https://github.com/cylc/cylc-ui/issues/1028 This is currently blocked by lack of support for the `graphql-transport-ws` subprotocol in...

blocked

We should turn these ESLint rules to improve consistency. https://eslint.vuejs.org/rules/

good first issue

### Description The v-select in component `TaskFilterSelect.vue` utilizes closable chips to display items in the selection. When closing chips the select dropdown opens and closes with each chip closed. It...

bug
small
UX/UI

Currently, each workflow in the workflows view has a state icon. Clicking on this icon brings up the mutation menu. To make it easier to manage groups of workflows, we...

Jupyter Hub's authenticators can provide us with colour and avatar url fields for the authenticated user. Making use of these would help to blend Cylc with other apps which share...

- [x] Currently we have only one workflow (`one`) in the demo/offline mode (`yarn run serve`). This limits the ability to manually test out GScan in this mode. We should...

Closes https://github.com/cylc/cylc-ui/issues/1276 Moved the message chip into a new component Added functionality to style based on props Note - at the moment the 'level' isn't coming through from the api...

### At present the UI can only see installed workflows (either running or stopped). * We should add the ability to install workflows from source (e.g. to re-run a workflow)....

question
design

> **Context:** The result of a few conversations about isolating views from GraphQL and filtering which hadn't been written to an issue. The current subscription interface: * The UI has...