stable

Clone or download

Read-only

Display SVG based instance logo in the sidebar

The legacy PNG custom logo will be dealt with in another contribution. You can test the change by going into the folder and running `pnpm run dev`. Part of request #23465 Publish a project sidebar custom element Change-Id: Iefba1532cd40a3967af52b301daeaa45f6cc9255

Modified Files

Name
M src/scripts/lib/project-sidebar/package.json +2 −1 Go to diff View file
M src/scripts/lib/project-sidebar/pnpm-lock.yaml +15 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.vue +3 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/SidebarLogo.test.ts +83 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/SidebarLogo.vue +105 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/Tools/Tool.vue +3 −3 Go to diff View file
M src/scripts/lib/project-sidebar/src/__snapshots__/ProjectSidebar.test.ts.snap +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/configuration.ts +10 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/project-sidebar-example-config.ts +5 −0 Go to diff View file
R src/scripts/lib/project-sidebar/src/Tools/url-sanitizer.test.ts Go to diff View file
R src/scripts/lib/project-sidebar/src/Tools/url-sanitizer.ts Go to diff View file