From aaafdb323fddfa4654117b84b371ba49de3dd433 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 23 Feb 2019 23:55:04 +0800 Subject: Add icon of todo list and redesign the page. --- .../app/todo-list-page/todo-list-page.component.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html') diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html index 0dcc8a94..3b4809ae 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html @@ -2,18 +2,17 @@ -
- - - {{item.id}} {{item.title}} - +
+ +
-
- means working now. +
+ + means working now.
-
- means completed. +
+ + means completed.
click on item to see details.
-- cgit v1.2.3