Cyril G
Cyril G
#### Summary This PR aims to fix the issue where the scrollbar position in the emoji picker rises when the emojis load. #### Ticket Link #### Screenshots #### Release Note...
#### Summary This PR aim's to fix the a behabiour while the modal of actions markdown was not closing after clicking on one icon #### Ticket Link #### Screenshots ####...
… one #### Summary - When a line is selected one by one, the numbering was always 1 - To solve the problem, I added getLastNumberedLine function that extracts the...
#### Summary - This pr aims to update the logic for generating file previews to ensure that all image types specified in Constants.IMAGE_TYPES can have a preview, even if they...
#### Summary > This merge request aims to trigger bold text when a user adds a space or more after the last text letter and before the last two asterisks....
…s only the intended link. #### Summary This mr aims to prevents parent message link from opening when clicking on a nested link by stopping event propagation. #### Ticket Link...
## Purpose Fix a styling issue where embedded PDFs appeared too narrow due to `width: fit-content` on their wrapper. issue : [1492](https://github.com/suitenumerique/docs/issues/1492) ## Proposal - [x] Override wrapper style for...
## Purpose Fix a bug causing images to overflow page width during DOCX export. issue [1505](https://github.com/suitenumerique/docs/issues/1505) ## Proposal - [x] Calculate a final width capped at 600px using `Math.min(previewWidth ||...
## Purpose Make ODT export available, including support for necessary frontend blocks and features. issue [487](https://github.com/suitenumerique/docs/issues/487) https://github.com/user-attachments/assets/a94e9853-d44a-4cb2-abb2-9beadbc259ac ## Proposal - [x] Enable ODT export feature - [x] Implement callout, upload...
## Purpose Improve accessibility (a11y) by aligning the document grid and editor with ARIA specifications and Axe recommandations. ## Proposal - [x] Move the "More documents" button outside the role="grid"...