stable

Clone or download

Read-only

request #28285 Enhance heartbeat widget readability

- The font size is now reduced to .875rem - Username has been moved to heartbeat items metadata - Item icon is now on a light background - Link color on artifact reference is now te default text color (it was already the case if a XTS widget was on the same dashboard) Change-Id: I81635825be27e7e19c84d4637521e2bd80b91396

Modified Files

Name
M plugins/git/include/Git/LatestHeartbeatsCollector.php +28 −43 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −2 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +5 −15 Go to diff View file
M plugins/git/site-content/pt_BR/LC_MESSAGES/tuleap-git.po +2 −12 Go to diff View file
M plugins/git/tests/unit/Git/LatestHeartbeatsCollectorTest.php +0 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Heartbeat/LatestHeartbeatsCollector.php +12 −28 Go to diff View file
M plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +5 −9 Go to diff View file
M plugins/testmanagement/site-content/pt_BR/LC_MESSAGES/tuleap-testmanagement.po +1 −5 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Heartbeat/LatestHeartbeatsCollectorTest.php +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php +16 −36 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +7 −15 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +3 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/LatestHeartbeatsCollectorTest.php +0 −1 Go to diff View file
M src/common/Project/HeartbeatsEntry.php +6 −1 Go to diff View file
M src/common/Project/REST/HeartbeatsEntryRepresentation.php +12 −2 Go to diff View file
M src/templates/widgets/project-heartbeat.mustache +2 −3 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss +20 −10 Go to diff View file