implemented updating timetrack table on stopping/starting timetrack

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-21 21:18:08 +01:00
parent 0486289beb
commit 374f85ee1d
2 changed files with 15 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
body : now()
});
if (resp.ok){
timetrack.stopped = await resp.json();
timetrack.running = null;
timetrack.elapsed = null;
timetrack.start = null;