##// END OF EJS Templates
update notebook todo
MinRK -
Show More
@@ -3,7 +3,6 b' Notebook todo'
3
3
4 * Style the login page consistently with the rest of the site.
4 * Style the login page consistently with the rest of the site.
5 * Style the "Log Out" and username links in the header.
5 * Style the "Log Out" and username links in the header.
6 * Implement self.request._cookies fix.
7 * Do a review of the header design and decide what to do about save widget moving
6 * Do a review of the header design and decide what to do about save widget moving
8 to the Notebook section of the L panel.
7 to the Notebook section of the L panel.
9 * Show last saved time next to save widget.
8 * Show last saved time next to save widget.
@@ -42,7 +41,6 b' Notebook todo'
42 CodeMirror related
41 CodeMirror related
43 ------------------
42 ------------------
44
43
45 * Update CodeMirror
46 * Focus should only be called when the editor is on the page and visible.
44 * Focus should only be called when the editor is on the page and visible.
47 * Refresh needs to be called when the editor is shown after hiding.
45 * Refresh needs to be called when the editor is shown after hiding.
48 * Right now focus, then setValue causes the arrow keys to lock up. If that bug is
46 * Right now focus, then setValue causes the arrow keys to lock up. If that bug is
General Comments 0
You need to be logged in to leave comments. Login now