stable

Clone or download

Read-only

feat: Initiate navbar for onlyoffice integration

Dummy "not yet implemented" text is still displayed as a placeholder, in an iframe ready to be replaced by OO document url. Part of story #27555: display Office documents stored in the Document plugin Change-Id: Ib79c669e526e79d7108a29f48c2a639e0ea61968

Modified Files

Name
A plugins/onlyoffice/include/Open/OpenInOnlyOfficeController.php +51 −0 Go to diff View file
M plugins/onlyoffice/include/onlyofficePlugin.php +8 −8 Go to diff View file
A plugins/onlyoffice/package.json +17 −0 Go to diff View file
A plugins/onlyoffice/pnpm-lock.yaml +7 −0 Go to diff View file
A plugins/onlyoffice/scripts/open-in-onlyoffice.ts +20 −0 Go to diff View file
A plugins/onlyoffice/templates/open-in-onlyoffice.mustache +4 −0 Go to diff View file
A plugins/onlyoffice/themes/style.scss +23 −0 Go to diff View file
A plugins/onlyoffice/tsconfig.json +9 −0 Go to diff View file
A plugins/onlyoffice/vite.config.ts +31 −0 Go to diff View file
M src/scripts/tuleap/navbar-pinned.ts +3 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_header.scss +26 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_logo.scss +4 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +12 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +4 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +2 −0 Go to diff View file
M src/themes/BurningParrot/include/Navbar/Presenter.php +1 −0 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +2 −0 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +1 −1 Go to diff View file