stable

Clone or download

Read-only

Move project banner button to sidebar

Part of story #16210: Remove navbar Change-Id: I82b7e0d25c4d16fb2fbf5696de7a1fa3943aef16

Modified Files

Name
M src/common/layout/BaseLayout.php +6 −1 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.test.ts +0 −45 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.ts +2 −36 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +0 −44 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-project.scss +48 −10 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +2 −1 Go to diff View file
M src/themes/BurningParrot/include/ProjectSidebarPresenter.php +12 −3 Go to diff View file
M src/themes/BurningParrot/templates/navbar/current-project-nav.mustache +0 −10 Go to diff View file
M src/themes/BurningParrot/templates/project-sidebar.mustache +33 −25 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +0 −45 Go to diff View file
M src/themes/FlamingParrot/css/utils/_pre-definitions.scss +2 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +64 −23 Go to diff View file
M src/themes/FlamingParrot/include/ContainerPresenter.class.php +6 −0 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +1 −8 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +35 −26 Go to diff View file