stable
Clone or download
Read-only
This is part of story #10257: show artifact view history If your history is empty, the dropdown still displays an empty state. If it is not then there is an entry for each artifact that you visited. the xref badge has the color of the tracker, and you can go to the artifact, to the tracker or to the project from this entry. Change-Id: I4971a57c482c25bfb1284d543bad69985070f369
Modified Files
Name | ||||
---|---|---|---|---|
M | gulpfile.js | +2 | −1 | Go to diff View file |
A | src/www/scripts/navbar-history/navbar-history.js | +96 | −0 | Go to diff View file |
A | src/www/scripts/navbar-history/package.json | +21 | −0 | Go to diff View file |
A | src/www/scripts/navbar-history/webpack.config.js | +28 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/History/UserHistoryPresenter.php | +14 | −6 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/UserNavPresenter.php | +4 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss | +126 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar.scss | +2 | −7 | Go to diff View file |
M | src/www/themes/BurningParrot/images/spinner.gif | Binary file | Go to diff View file | |
M | src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-history.mustache | +34 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_badges.scss | +14 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/_colors.scss | +11 | −0 | Go to diff View file |