stable

Clone or download

Read-only

"More" dropdown in navbar

This is a part of story #9589 Get rid of Bootstrap in site admin / projects To test: The dropdown "more" must appear and if there isn't links then it doesn't displayed. Change-Id: If792e79d2703cae8417af8fd06b7dd9810f98699

Modified Files

Name
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +23 −2 Go to diff View file
A src/www/themes/BurningParrot/Navbar/Dropdown/DropdownItemsPresenter.php +38 −0 Go to diff View file
A src/www/themes/BurningParrot/Navbar/Dropdown/DropdownItemsPresenterBuilder.php +61 −0 Go to diff View file
M src/www/themes/BurningParrot/Navbar/Dropdown/DropdownPresenter.php +2 −0 Go to diff View file
M src/www/themes/BurningParrot/Navbar/GlobalNavPresenter.php +0 −2 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +17 −8 Go to diff View file
M src/www/themes/BurningParrot/autoload.php +4 −2 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_navbar-dropdown-items.scss +38 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar-dropdown-projects.scss +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar-dropdown.scss +0 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +1 −0 Go to diff View file
M src/www/themes/BurningParrot/js/navbar-dropdown.js +12 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/global-navbar-dropdown-item.mustache +1 −1 Go to diff View file
A src/www/themes/BurningParrot/templates/navbar-dropdown-items.mustache +9 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar-dropdown.mustache +3 −0 Go to diff View file