stable

Clone or download

Read-only

feat: Select predefined time period in Personal Timetracking widget

Part of request #11352 Timetracking should be able to compute time for one day - Add a drop-down list to select periods - Create functions to get defined periods of time Change-Id: I912c05ae63c740e99d13f1282fbf0033b2efe6aa

Modified Files

Name
M plugins/timetracking/scripts/personal-timetracking-widget/po/fr_FR.po +21 −0 Go to diff View file
A plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.test.ts +135 −0 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue +91 −23 Go to diff View file
A plugins/timetracking/scripts/personal-timetracking-widget/src/helper/predefined-time-periods.test.ts +163 −0 Go to diff View file
A plugins/timetracking/scripts/personal-timetracking-widget/src/helper/predefined-time-periods.ts +103 −0 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/root.ts +3 −0 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/themes/style.scss +0 −2 Go to diff View file