stable
Clone or download
Read-only
You can test the change by going into the folder and running `pnpm run dev`, you will need to play with the config to add a URL to a legacy logo (either via you browser dev tools or directly be editing the example config). Part of request #23465 Publish a project sidebar custom element Change-Id: I80b3cfd5ed8f2bb45465ab1dc0d17711f56a1b95
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/lib/project-sidebar/src/SidebarLogo.test.ts | +28 | −0 | Go to diff View file |
M | src/scripts/lib/project-sidebar/src/SidebarLogo.vue | +24 | −2 | Go to diff View file |
M | src/scripts/lib/project-sidebar/src/configuration.ts | +1 | −0 | Go to diff View file |
M | src/scripts/lib/project-sidebar/src/project-sidebar-example-config.ts | +1 | −0 | Go to diff View file |
A | src/themes/BurningParrot/css/includes/_logo-url.scss | +22 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_logo.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +1 | −0 | Go to diff View file |