Nicolas Giard
Nicolas Giard
Refactored from PR #5101 to match v3. Remaining issues: - [ ] Nested levels are not opening to set config on page load - [ ] UI is buggy and...
On my machine, running `adb devices` returns 2 devices: ```sh PS C:\> adb devices List of devices attached emulator-5554 device localhost:58526 device ``` This results in WSATools failing with error...
### Run Tests in Cypress GUI To manually run the tests visually, first start the Vite preview server: ```bash yarn preview ``` Then in another process, run Cypress: ``` yarn...
*work in progress*
### Description ⚠️ **Depends on Django 3.2 or later, so on hold until the project is upgraded to a newer version.** Implement [Strawberry](https://strawberry.rocks/) + [Strawberry Django Plus](https://blb-ventures.github.io/strawberry-django-plus/) to provide a...
### Describe the issue The optional left nav menu is currently hidden on agenda-neue because it messes up the responsive breakpoints. - viewport width calculation should account for the menu...
Proof of concept **Must migrate to Django 4 first.** Current graphql libraries for django require v3-4+.
I'm trying to retrieve the list of recently completed jobs but calling `.fetchCompleted('*', 25, { includeMeta: true })` always return null, even though there're many completed jobs when looking at...
Adds fallback links to loading screen and error screen:  Fixes #4655
- [x] Add an URL store on the frontend - [x] Modify vue components to use the store - [x] AgendaDetailsModal.vue - [x] AgendaFilter.vue - [x] AgendaMobileBar.vue - [x] AgendaQuickAccess.vue...