stable

Clone or download

Read-only

Introduce the new widget Heartbeat

Part of story #10334: Widget Heartbeat - artifacts This widget displays only an empty state for now. Change-Id: Ie0fa29115c6802c5cff0f6263275c41c193252c8

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/tuleap-core.pot +9 −0 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +4 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/widget/ProjectHeartbeat.php +69 −0 Go to diff View file
M src/common/widget/Widget.class.php +9 −1 Go to diff View file
M src/common/widget/WidgetFactory.php +4 −0 Go to diff View file
M src/templates/dashboard/widgets.mustache +8 −1 Go to diff View file
A src/templates/widgets/project-heartbeat.mustache +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +4 −2 Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/heartbeat.scss +23 −0 Go to diff View file