stable

Clone or download

Read-only

Use popover on project title

In order to have a uniform experience, project privacy information displayed as title on project name is now displayed in a popover. Part of story #12553: see flags that categorize my project in all project pages Change-Id: I6f8c98c0f6ddf9f145630352e3e0828d2e5df8f9

Modified Files

Name
M src/www/scripts/BurningParrot/index.js +2 −0 Go to diff View file
A src/www/scripts/BurningParrot/project-privacy.js +34 −0 Go to diff View file
M src/www/scripts/FlamingParrot/index.js +1 −0 Go to diff View file
M src/www/scripts/FlamingParrot/project-flags.js +2 −2 Go to diff View file
A src/www/scripts/FlamingParrot/project-privacy.js +52 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar.scss +1 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/current-project-nav.mustache +10 −1 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar.mustache +6 −1 Go to diff View file