stable
Clone or download
Read-only
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: Idda44d66d36293eead00fcd30c270f539367320b
Modified Files
Name | ||||
---|---|---|---|---|
A | src/scripts/lib/project-sidebar/src/Header/ProjectFlags.test.ts | +62 | −0 | Go to diff View file |
A | src/scripts/lib/project-sidebar/src/Header/ProjectFlags.vue | +77 | −0 | Go to diff View file |
A | src/scripts/lib/project-sidebar/src/Header/ProjectShieldIcon.vue | +37 | −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__/ProjectFlags.test.ts.snap | +79 | −0 | Go to diff View file |
M | src/scripts/lib/project-sidebar/src/Header/__snapshots__/SidebarHeader.test.ts.snap | +32 | −25 | 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 | +10 | −0 | Go to diff View file |