ToDo-List-Widget
ToDo-List-Widget copied to clipboard
Empty note should not be checkable/deletable
Last row should be for adding new items (no checkbox and no delete button). Only added rows should have checkbox and delete-button.
Are you talking about the default first row added when you create a new todo list widget?
Yes. Layout could be something like this:
[x] [item 1 ] (X)
[ ] [item 2 ] (X)
[x] [item 3 ] (X)
[ ] [+]
and if you click outside of the box (or press back) it would also close and save modifications.When there are no items only edit box and add-button would be appear.
Tagging this as a feature request.
However unless existing users have problems understanding how the system currently works, I don't really see any benefit of this new approach over the existing implementation.
Note: With the current implementation, you can't actually delete the first empty note (although a delete button is shown). Also be aware that the app saves entries as you type.