From bcc1182dea749ae9a25e3c80621dd3b7a2177786 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 17 Jun 2026 09:14:57 +0200 Subject: [PATCH] improved time table: now updating started time when starting new time track Signed-off-by: Stephan Richter --- frontend/src/routes/time/Index.svelte | 14 +++++++++++--- .../de/srsoftware/umbrella/time/TimeModule.java | 11 +++++++++-- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/frontend/src/routes/time/Index.svelte b/frontend/src/routes/time/Index.svelte index 97d53c8d..fc879381 100644 --- a/frontend/src/routes/time/Index.svelte +++ b/frontend/src/routes/time/Index.svelte @@ -1,7 +1,7 @@