stable

Clone or download

Read-only

Take design feedback into account

Part of story #11253 - get a consolidate view of my timesheeting in my personal dashboard How to test: - Run make post-checkout - Go to the widget --> There is a clock icon in the widget header --> Time is not displayed with seconds --> WritingMode margins are the same than ReadingMode --> ReadingMode height is the same than XTracker ReadingMode height (consistence) - Go to the time tracking section of an artifact - Click on "add time" --> mandatory fields are spotted with red asterixes * <- red Change-Id: I08aab98217d1e379aa092e892d558e95ff6a6910

Modified Files

Name
M include/Timetracking/Widget/UserWidget.php +5 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po +3 −3 Go to diff View file
M site-content/tuleap-timetracking.pot +2 −2 Go to diff View file
M templates/timetracking-add-modal.mustache +4 −4 Go to diff View file
M templates/tracker-admin.mustache +2 −2 Go to diff View file
M www/scripts/personal-timetracking-widget/po/fr.po +3 −0 Go to diff View file
M www/scripts/personal-timetracking-widget/po/template.pot +3 −0 Go to diff View file
M www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.spec.js +1 −1 Go to diff View file
M www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.vue +21 −12 Go to diff View file
M www/scripts/personal-timetracking-widget/src/WidgetArtifactTableRow.vue +2 −2 Go to diff View file
M www/scripts/personal-timetracking-widget/src/WidgetWritingMode.vue +2 −2 Go to diff View file
M www/scripts/personal-timetracking-widget/src/time-formatters.js +3 −3 Go to diff View file
M www/scripts/personal-timetracking-widget/src/time-formatters.spec.js +3 −4 Go to diff View file
M www/themes/BurningParrot/css/_widget.scss +10 −4 Go to diff View file
M www/themes/FlamingParrot/css/style.scss +7 −1 Go to diff View file