stable
Clone or download
Read-only
part of story #15102 highlight informations to the end user. must be reviewed with https://gerrit.tuleap.net/c/enalean/mytuleap-contact-support/+/19750 Change-Id: I1ebcf7b55cfee8853590bcec946322defbeb3807
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +15 | −0 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +0 | −1 | Go to diff View file |
A | src/common/HelpDropdown/HelpDropdownPresenter.php | +45 | −0 | Go to diff View file |
A | src/common/HelpDropdown/HelpDropdownPresenterBuilder.php | +78 | −0 | Go to diff View file |
A | src/common/HelpDropdown/HelpLinkPresenter.php | +44 | −0 | Go to diff View file |
A | src/scripts/BurningParrot/src/help-dropdown.ts | +27 | −0 | Go to diff View file |
M | src/scripts/BurningParrot/src/index.js | +2 | −0 | Go to diff View file |
A | src/scripts/FlamingParrot/help-dropdown.ts | +27 | −0 | Go to diff View file |
M | src/scripts/FlamingParrot/index.js | +1 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/_includes.scss | +1 | −0 | Go to diff View file |
A | src/themes/BurningParrot/css/includes/_help-dropdown.scss | +75 | −0 | Go to diff View file |
M | src/themes/BurningParrot/include/BurningParrotTheme.php | +7 | −1 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenter.php | +9 | −2 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenterBuilder.php | +4 | −22 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +0 | −19 | Go to diff View file |
M | src/themes/BurningParrot/templates/header.mustache | +2 | −1 | Go to diff View file |
A | src/themes/BurningParrot/templates/help-dropdown.mustache | +20 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −1 | Go to diff View file |
A | src/themes/FlamingParrot/css/utils/_help-dropdown.scss | +156 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +0 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/include/BodyPresenter.class.php | +10 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarItemPresentersCollectionBuilder.php | +1 | −43 | Go to diff View file |
M | src/themes/FlamingParrot/templates/body.mustache | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/templates/header.mustache | +1 | −1 | Go to diff View file |
A | src/themes/FlamingParrot/templates/help-dropdown.mustache | +20 | −0 | Go to diff View file |
M | src/webpack.common.js | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +5 | −0 | Go to diff View file |