From 5c53b11a26f0973b91f41fda2bf699dc02f710f6 Mon Sep 17 00:00:00 2001 From: i-break-codes Date: Mon, 21 Nov 2016 22:37:36 +0530 Subject: [PATCH] add event delegation to update after task, descriptive tip, other fixes related to empty fields --- index.html | 21 +++++++++++++--- src/scripts/app.js | 14 +++++++++-- src/scripts/helper.js | 48 ++++++++++++++++++++++++++++++++++--- src/scripts/localstorage.js | 11 +++++++++ src/stylesheets/app.scss | 18 +++++++++++++- 5 files changed, 103 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 318f3d2..1e4b97c 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,14 @@ + @@ -87,7 +98,7 @@
- Double click on the task text to edit it + Double click on the task text to edit it
(Task titles are not editable for now)