started TODO list in README

This commit is contained in:
brian
2021-03-10 10:22:48 -05:00
parent ce1edc3da1
commit 1b288adfb8
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -27,3 +27,9 @@ Each note contains:
The root page creates a new bin, and sets the browser's `location` accordingly. 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. 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
+2
View File
@@ -1,3 +1,4 @@
/* begin full-page app */
html, body{ html, body{
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
@@ -11,6 +12,7 @@ body{
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
/* end full-page app */
.app{ .app{
height: 100%; height: 100%;