stable

Clone or download

Read-only

Display icon with popover when sidebar is collapsed (BurningParrot)

This is part of story #21791 see Programs & Teams in sidebar How to test: - Go to Program - Go to BurningParrot pages - Collapses the sidebar => Hover the "aggregated projects" icon ➡️ there is a the list of aggreagted project in popover - Go to Team - Go to BurningParrot pages - Collapses the sidebar => Hover the "parent projects" icon ➡️ there is a the list of parent project in popover Change-Id: I9a4a24a414d70d74c462dc34a7078782cc00c551 i Change-Id: I4183792276df06567c21dc5dadb223af1f3da5e9

Modified Files

Name
M src/scripts/BurningParrot/src/index.ts +2 −0 Go to diff View file
A src/scripts/BurningParrot/src/linked-projects.ts +35 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-collapsed.scss +4 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-project.scss +25 −0 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +25 −0 Go to diff View file
M src/themes/BurningParrot/templates/project-sidebar.mustache +1 −1 Go to diff View file