diff options
author | luxagraf <sng@luxagraf.net> | 2019-01-05 09:50:21 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-01-05 09:50:21 -0600 |
commit | d5f430d3e1e2b274d8d8f744251e8b6b4b72ebd9 (patch) | |
tree | 094404cdf4eaba53b1e225b54212679f6f032afd /TODO | |
parent | 23b4b185e3f3f8b9f17eebc49110cb4696acdb39 (diff) |
changed to custom modal, added saving animation for note editing.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,16 +1,20 @@ ## Note and Notebooks - * add defailt "trash" notebook and note manager to not show notes in the trash. - * add delete note option to list and detail views + * side by side note view for comparing/adding annotations + * add delete note option to list * notebook main -- add form for editing all notebooks - * add loading animation when saving, hide when done. * add search to notebook list on create and edit note pages + * covert notebook and tag menus to searchable dropdown + - menu default as an overflow div maybe? Select list? + - hide select list with JS, pull data into div + - add event to button to reveal menu + - add input box to top of menu for search + - make search hide menu items as you search + - make return open link ## Accounts - * port modal login to new modal system * make settings actually editable * add settings for showing color - * which editor??? * hook into groups to see if user is allowed to add more notebooks * add payment via stripe @@ -23,3 +27,11 @@ ## Outlines + +# Done + * port modal login to new modal system + * add defailt "trash" notebook and note manager to not show notes in the trash. + * refactor models to get rid of null on TextFields + * add loading animation when saving, hide when done. + - need new type of modal with no close btn + - need to be resizeable |