From ec0c13a56e7f04e948d1415aadee4b80358bd368 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Mon, 19 Oct 2020 17:26:16 +0200 Subject: [PATCH] styled task sidebar --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 97df968..b983f77 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
-
+
@@ -145,11 +145,11 @@ this.task_list = task_list; } as_html = function() { - var result = "
"; return result; } rebulid_html = function() { @@ -168,7 +168,7 @@ } as_html = function() { - return `
  • ${this.name}
  • `; + return '
  • ' + `

    ${this.name}

    Scheduled ${this.time_scheduled}h of ${this.time_needed_h}h

    ` + '
  • '; } set_parent = function(parent) {