stable

Clone or download

Read-only

Display copyright notice (if present) in the sidebar footer

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: I1076e8750bb81df15f17ffff6390591cf9537e3e

Modified Files

Name
M .eslintrc.js +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/index.html +2 −1 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.test.ts +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.vue +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/SidebarFooter.test.ts +20 −1 Go to diff View file
M src/scripts/lib/project-sidebar/src/SidebarFooter.vue +4 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/configuration.ts +1 −0 Go to diff View file