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

By figuring out how to use `VMenu` better I was able to drop a fair amount of cruft. We were originally using `VMenu` but through various attempts to get it...

> The arrows may disappear from the graph view, which I have tracked down to the `layout()` method: > https://github.com/cylc/cylc-ui/blob/c151c9a8084e48cc07b664e0188c62665c675016/src/views/Graph.vue#L652-L659 > > where `bbox` is undefined. Originally reported in #1470...

bug

Partly addresses [#1130](https://github.com/cylc/cylc-ui/issues/1130) - Added button to graph view to group nodes by cycle point. - Works for timeseries and integer - Option state saves when moving between workflows ---initial...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vuetify](https://vuetifyjs.com) ([source](https://togithub.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | [`3.5.14` -> `3.6.8`](https://renovatebot.com/diffs/npm/vuetify/3.5.14/3.6.8) |...

dependencies
javascript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://togithub.com/apollographql/apollo-client)) | [`3.9.11` -> `3.10.3`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.9.11/3.10.3) |...

dependencies
javascript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphiql](http://github.com/graphql/graphiql/tree/master/packages/graphiql#readme) ([source](https://togithub.com/graphql/graphiql/tree/HEAD/packages/graphiql)) | [`3.2.0` -> `3.2.1`](https://renovatebot.com/diffs/npm/graphiql/3.2.0/3.2.1) |...

dependencies
javascript

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

dependencies

Closes https://github.com/cylc/cylc-ui/issues/1255 When sorting by e.g. Job ID, an absence of a value means a job has not yet been submitted by the task that this row corresponds to. So...

small

> Follow on from #1108 Implement family expand/collapse in the graph view. In the Cylc 7 graph view families were represented with a special node shape & expansion was available...

design

If you click e.g. the "Job ID" column to sort by the job ID, you get the tasks that haven't yet got a job ID showing before the tasks that...

small
UX/UI