stable

Clone or download

Read-only

highlight help dropdown when new release note is available

part of : story #15102 highlight informations to the end user A start is displayed on help dropdown when a new release note is available. It will back to normal if the user click on it. Moreover, until the user visit the release note, the link is higlight too. Change-Id: Ia6e797ec4a051b1064713e40e693fa09eeda5578

Modified Files

Name
M src/common/HelpDropdown/HelpDropdownPresenter.php +11 −4 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +9 −1 Go to diff View file
M src/common/HelpDropdown/ReleaseNoteManager.php +12 −2 Go to diff View file
M src/scripts/BurningParrot/src/help-dropdown.ts +8 −4 Go to diff View file
M src/scripts/FlamingParrot/help-dropdown.ts +9 −4 Go to diff View file
A src/scripts/user/user-patch-release-note-preference.ts +41 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_help-dropdown.scss +47 −0 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +1 −1 Go to diff View file
M src/themes/BurningParrot/templates/help-dropdown.mustache +10 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_help-dropdown.scss +47 −0 Go to diff View file
M src/themes/FlamingParrot/templates/help-dropdown.mustache +7 −3 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file
M tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php +49 −3 Go to diff View file
M tests/unit/common/HelpDropdown/ReleaseNoteManagerTest.php +18 −2 Go to diff View file