implemented starting time tracking from task view

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-28 20:25:07 +02:00
parent 242cb15bbd
commit 334797a2ac
3 changed files with 43 additions and 27 deletions

View File

@@ -33,7 +33,6 @@
if (resp.ok) {
const track = await resp.json();
timetrack.running = track;
console.log(track);
} else {
error = await resp.text();
}