stable

Clone or download

Read-only

Remove navbar in FlamingParrot pages

Part of story #16210 Remove navigation bar Change-Id: Ie35634a984fe8e1082565a9a93d8181722823867

Modified Files

Name
M src/scripts/BurningParrot/src/update-ui-margins-according-to-motd.ts +13 −12 Go to diff View file
M src/scripts/FlamingParrot/motd.js +7 −17 Go to diff View file
M src/scripts/FlamingParrot/sidebar.js +3 −3 Go to diff View file
A src/scripts/FlamingParrot/update-ui-margins-according-to-motd.ts +51 −0 Go to diff View file
M src/scripts/project/banner/index-bp.ts +2 −1 Go to diff View file
M src/scripts/project/banner/index-fp.ts +2 −1 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.test.ts +22 −4 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.ts +5 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_header.scss +1 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +1 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss +2 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_definitions.scss +1 −0 Go to diff View file
A src/themes/FlamingParrot/css/utils/_logo.scss +31 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +248 −330 Go to diff View file
M src/themes/FlamingParrot/css/utils/_post-definitions.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +2 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-common.scss +1 −0 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +20 −13 Go to diff View file
M src/themes/FlamingParrot/templates/body.mustache +2 −3 Go to diff View file
M src/themes/FlamingParrot/templates/footer.mustache +0 −1 Go to diff View file
A src/themes/FlamingParrot/templates/navbar-new-nav.mustache +26 −0 Go to diff View file
D src/themes/FlamingParrot/templates/navbar-user-logged-in.mustache +0 −71 Go to diff View file
A src/themes/FlamingParrot/templates/navbar-user-nav.mustache +77 −0 Go to diff View file
D src/themes/FlamingParrot/templates/navbar-user-navigation.mustache +0 −55 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +29 −17 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +26 −11 Go to diff View file