stable

Clone or download

Read-only

Display project flags in sidebar

If sidebar is expanded, project flags are displayed in the sidebar. If sidebar is collapsed, project flags are displayed next to the breadcrumbs. Note: popover position and flags color will be fixed in a dedicated commit. Part of story #16210: Remove navbar Change-Id: I0f425e498e3c755cb64ef363fd49dfbb7eec1b8f

Modified Files

Name
M src/scripts/BurningParrot/src/project-flags.js +3 −3 Go to diff View file
M src/scripts/FlamingParrot/project-flags.js +3 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +0 −22 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-project.scss +40 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +9 −20 Go to diff View file
D src/themes/BurningParrot/include/CurrentProjectNavbarInfoPresenter.php +0 −78 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenter.php +7 −6 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +0 −6 Go to diff View file
M src/themes/BurningParrot/include/ProjectSidebarPresenter.php +20 −1 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +23 −0 Go to diff View file
D src/themes/BurningParrot/templates/navbar/current-project-nav.mustache +0 −37 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +0 −2 Go to diff View file
M src/themes/BurningParrot/templates/project-sidebar.mustache +43 −31 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +0 −16 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +49 −2 Go to diff View file
M src/themes/FlamingParrot/include/ContainerPresenter.class.php +7 −1 Go to diff View file
D src/themes/FlamingParrot/include/CurrentProjectNavbarInfoPresenter.php +0 −65 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +0 −4 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +50 −34 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +0 −17 Go to diff View file