stable

Clone or download

Read-only

Use the same example base config in the demo page and in the tests

It is easier to extend the config this way during the development. No functional changes. 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: Id960c27e7cf0dd6ec7e84934127a7ccd98411a07

Modified Files

Name
M src/scripts/lib/project-sidebar/dev-loader.ts +7 −0 Go to diff View file
M src/scripts/lib/project-sidebar/index.html +5 −15 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.test.ts +4 −13 Go to diff View file
M src/scripts/lib/project-sidebar/src/SidebarFooter.test.ts +3 −10 Go to diff View file
M src/scripts/lib/project-sidebar/src/__snapshots__/ProjectSidebar.test.ts.snap +1 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/project-sidebar-example-config.ts +38 −0 Go to diff View file