stable

Clone or download

Read-only

Display project privacy badge in the sidebar component

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

Modified Files

Name
M src/scripts/lib/project-sidebar/package.json +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/pnpm-lock.yaml +2 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/Header/PrivacyBadge.test.ts +48 −0 Go to diff View file
A src/scripts/lib/project-sidebar/src/Header/PrivacyBadge.vue +71 −0 Go to diff View file
R src/scripts/lib/project-sidebar/src/SidebarHeader.test.ts Go to diff View file
R src/scripts/lib/project-sidebar/src/SidebarHeader.vue Go to diff View file
A src/scripts/lib/project-sidebar/src/Header/__snapshots__/PrivacyBadge.test.ts.snap +50 −0 Go to diff View file
R src/scripts/lib/project-sidebar/src/__snapshots__/SidebarHeader.test.ts.snap Go to diff View file
M src/scripts/lib/project-sidebar/src/ProjectSidebar.vue +7 −1 Go to diff View file
M src/scripts/lib/project-sidebar/src/configuration.ts +11 −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
M src/scripts/lib/project-sidebar/tsconfig.json +1 −1 Go to diff View file