From 2b80023aff508afc919fcb3d1a43c62d12f0d0d8 Mon Sep 17 00:00:00 2001 From: Vlad Pintea Date: Tue, 27 Jul 2021 18:18:36 +0200 Subject: [PATCH 1/3] feat: warning based on totals, if it exceeds hours expected in day or week --- .../records/weekly-timesheet-totals-row.vue | 19 ++++++++- helpers/dates.ts | 3 +- pages/records.vue | 41 ++++++++++++++++++- types/timesheets.d.ts | 7 ++++ 4 files changed, 66 insertions(+), 4 deletions(-) diff --git a/components/records/weekly-timesheet-totals-row.vue b/components/records/weekly-timesheet-totals-row.vue index e14638b1..332d6ba8 100644 --- a/components/records/weekly-timesheet-totals-row.vue +++ b/components/records/weekly-timesheet-totals-row.vue @@ -29,9 +29,10 @@