Nicolas Giard

Results 36 issues of 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...

enhancement

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...

bug

### 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...

### 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...

enhancement
waiting

### 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...

bug
major
accepted
component: meeting/

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: ![image](https://user-images.githubusercontent.com/15522395/198393725-83624a01-1de3-4f82-9a61-96c47d6dec46.png) 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...