Bastien Guillon

Results 3 issues of Bastien Guillon

I have found a weird behavior when converting images insert ops : the `src` attribute of the output img tag is always set to `[object Object]` Here is a commit...

https://github.com/LuccaSA/lucca-front/blob/8e92ffba275cc8503f165bcb408a70a052528eff/packages/ng/libraries/modal/src/lib/modal-panel.component.ts#L97 The labels displayed in modals footers are not updated if setted in the modal's component `ngOnInit` method Example: ```ts @Component({ selector: 'app-test-dialog', template: 'Hello world' }) export class TestDialogComponent...

👥 Front
:bookmark::bug: FIX

The `lu-department-select` dropdown does not seem to be opened in the right direction the first time it is opened. Here is an example where the dropdown's direction is Down even...

👥 Front
:bookmark::bug: FIX