From 1b288adfb896162e0ad8b0c87391f8fccae04e20 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 10 Mar 2021 10:22:48 -0500 Subject: [PATCH] started TODO list in README --- README.md | 8 +++++++- index.css | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dab4064..cd6f28f 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,10 @@ Each note contains: The root page creates a new bin, and sets the browser's `location` accordingly. -Clicking "New Note..." clears the search and sort, so the new note comes out first in the list. \ No newline at end of file +Clicking "New Note..." clears the search and sort, so the new note comes out first in the list. + +## TODO + +- key everything for efficiency +- provide handlers for events +- get/set state from/to server \ No newline at end of file diff --git a/index.css b/index.css index eee6688..e4bfc16 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,4 @@ +/* begin full-page app */ html, body{ padding: 0px; margin: 0px; @@ -11,6 +12,7 @@ body{ * { box-sizing: border-box; } +/* end full-page app */ .app{ height: 100%;