stable

Clone or download

Read-only

Merge commit 'refs/changes/43/8543/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #10257: Nav history empty state in BP

Modified Files

Name
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +1 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +7 −1 Go to diff View file
M site-content/tuleap-core.pot +6 −0 Go to diff View file
A src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/History/UserHistoryPresenter.php +38 −0 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinksPresenter.php +2 −0 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Presenter.php +2 −0 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Presenter.php +8 −4 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +6 −3 Go to diff View file
M src/www/themes/BurningParrot/Navbar/UserNavPresenter.php +12 −0 Go to diff View file
M src/www/themes/BurningParrot/autoload.php +3 −2 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss +18 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar-dropdown.scss +60 −10 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar.scss +14 −10 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-history.mustache +4 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content.mustache +5 −2 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/dropdown-menu-item.mustache +1 −1 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/user-nav.mustache +3 −0 Go to diff View file