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%;