From 076ac2d115c40cd20f3fffcde87cabf4b289f827 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 26 Sep 2025 13:19:05 +0200 Subject: [PATCH] allowing to start new time tracking from time track overview page --- frontend/src/routes/time/Index.svelte | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/time/Index.svelte b/frontend/src/routes/time/Index.svelte index ce94c31..a392020 100644 --- a/frontend/src/routes/time/Index.svelte +++ b/frontend/src/routes/time/Index.svelte @@ -1,9 +1,11 @@