stable
Clone or download
Read-only
request #12171 Add a time checker on details modal
Change-Id: Ib0cea5a84fb0cf85d278bff3c7b0f3074d2bd9da
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/fr.po | +6 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/po/template.pot | +6 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalAddTime.vue | +73 | −53 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +10 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/constants.js | +20 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +3 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.js | +7 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.spec.js | +33 | −1 | Go to diff View file |
M | plugins/timetracking/www/themes/BurningParrot/css/_widget.scss | +21 | −0 | Go to diff View file |