Ronnie Dutta
Ronnie Dutta
The Gantt view could do with either a refresh button (easy to add) or use a live subscription
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...
> 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...
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...
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...
### Description If you have a task at 1 cycle whose run duration changes in subsequent cycles, the run time displayed for that task at that cycle will: - not...
In Vuetify 2, icons had a default grey colour. In Vuetify 3 it is left up to font color inheritance, leading the icons without specified colours being (near-)black. Some review...
Currently any uncaught errors are handled here by presenting the alert snackbar in development mode only: https://github.com/cylc/cylc-ui/blob/d0103310b600b504fb95b1587b84b869937bbca3/src/layouts/Default.vue#L88-L92 If an uncaught error occurs in the production build, the only clues will...
### Description When stopping a workflow with `--kill`, you get this rather cryptic message for killed tasks > ignoring job kill result, unexpected task state: failed  A look at...
On my fork I tested out running the E2E tests on WebKit in GH Actions MacOS, and consistently got this error for `tests/e2e/specs/url.cy.js`: ``` 1) URL handling reroutes to noAuth...