stable

Clone or download

Read-only

Display linked projects in the project sidebar component

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

Modified Files

Name
A src/scripts/lib/project-sidebar/src/Header/LinkedProjects.test.ts +62 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/Header/LinkedProjects.vue +146 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/Header/SidebarHeader.vue +2 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/Header/__snapshots__/LinkedProjects.test.ts.snap +144 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/Header/__snapshots__/SidebarHeader.test.ts.snap +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/configuration.ts +9 −0 Go to diff View file
M src/scripts/lib/project-sidebar/src/project-sidebar-example-config.ts +16 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-privacy-popover.scss +1 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-collapsed.scss +3 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-project.scss +1 −2 Go to diff View file