stable

Clone or download

Read-only

FlamingParrot navbar looks like BurningParrot navbar

Notable differences: * Dropdowns (dropdown toggle + dropdown content) * Search field * User icons will be done on the BurningParrot side in another commit story #9700 Unify FlamingParrot and BurningParrot navbars Change-Id: Ief9064a4c803299f3da58de8600f43dea7846a63

Modified Files

Name
M gulpfile.js +4 −0 Go to diff View file
M site-content/en_US/themes/gforge-compat.tab +1 −0 Go to diff View file
M site-content/fr_FR/themes/gforge-compat.tab +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −0 Go to diff View file
A src/www/themes/FlamingParrot/NavBarItemAdminPresenter.php +35 −0 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemPresenter.php +1 −0 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemPresentersCollectionBuilder.php +2 −14 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +23 −16 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +123 −57 Go to diff View file
A src/www/themes/FlamingParrot/templates/navbar-item-admin.mustache +5 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-search-form.mustache +1 −2 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-user-logged-in.mustache +38 −17 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-user-navigation.mustache +1 −10 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar.mustache +3 −0 Go to diff View file
M src/www/themes/common/css/utils/_fonts.scss +8 −1 Go to diff View file