Ronnie Dutta
Ronnie Dutta
Supersedes #1141 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch by rebase)....
We should turn these ESLint rules to improve consistency. https://eslint.vuejs.org/rules/
- [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...
### Problem This section gets a bit messy with long messages  ### Proposed Solution Use a proper table e.g. the [Vuetify table component](https://vuetifyjs.com/en/components/tables/#density)
### Problem We have two toolbar components with some duplicated code: - `src/components/cylc/Toolbar.vue` - Used to display the type of view on narrow viewports, and to display a burger button...
### Description I've noticed on Firefox for Linux with auto-hiding scrollbars, the GScan sidebar/drawer cannot be resized when the scroll bar is present + visible (hovering over sidebar) because the...
> subscriptions-transport-ws@npm:0.11.0 is deprecated: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using...
### Problem Users may be used to the Cylc 7 trigger-edit functionality, might forget to trigger after submitting the Edit Runtime form. ### Proposed Solution Add a toggle switch for...
Pinia is now the preferred store for Vue 3 apps. https://blog.logrocket.com/pinia-vs-vuex/
- [ ] Filtering in the table/tree views is currently case sensitive. Should this be the case? - [x] You can't filter by family name. Should we be able to?...