implemented time tracking by clicking symbol at task.

next: stop running time, display running time in header

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-26 21:13:55 +02:00
parent 1ddb6af280
commit 72375b82cf
10 changed files with 79 additions and 59 deletions

View File

@@ -290,4 +290,8 @@ nav > form{
li > a > p:nth-child(1){
display: inline;
}
.timetracks .duration{
font-weight: bold;
}