stable

Clone or download

Read-only

feat: design reorder arrows in artidoc TOC

This is only a cosmetic contribution with a focus only on the design of the reorder arrows according to mockups. Overflow for arrows is applied in the same manner than for planning view for consistency. User can access to arrows with the keyboard (traditional `tab` until the focus is on the arrow. Part of story #40457: Modify flat document outline Change-Id: If771415672d0d31a3785f98e5f6c8111003786bd

Modified Files

Name
M plugins/artidoc/include/Artidoc/ArtidocController.php +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/po/fr_FR.po +6 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/sidebar/toc/ReorderArrows.test.ts +85 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/sidebar/toc/ReorderArrows.vue +68 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/sidebar/toc/TableOfContents.test.ts +8 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/sidebar/toc/TableOfContents.vue +52 −2 Go to diff View file