improve manual time entry modal, improve time picker, add human duration input

This commit is contained in:
Gregor Vostrak
2024-11-11 00:52:56 +01:00
parent 96f06bae1d
commit d5699da234
11 changed files with 355 additions and 134 deletions

View File

@@ -17,7 +17,7 @@ dayjs.extend(utc);
const emptyTimeEntry = {
id: '',
description: null,
description: '',
user_id: '',
start: '',
end: null,