stable

Clone or download

Read-only

Display Tuleap and version information in sidebar footer

ESLint rules has been modified a bit to workaround some issues. You can test the change by going into the folder and running `npm run dev`. Part of request #23465 Publish a project sidebar custom element Change-Id: I2a7fb936ab5edc0874ad1bb48b08e55b22967b8b

Modified Files

Name
M .eslintrc.js +5 −0 Go to diff View file
M src/scripts/lib/project-sidebar/index.html +10 −1 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.test.ts +7 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.vue +7 −1 Go to diff View file
A src/scripts/lib/project-sidebar/src/SidebarFooter.test.ts +41 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/SidebarFooter.vue +66 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/__snapshots__/ProjectSidebar.test.ts.snap +6 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/configuration.ts +9 −0 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +1 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_typography.scss +0 −2 Go to diff View file