ToDo-List-Widget icon indicating copy to clipboard operation
ToDo-List-Widget copied to clipboard

Empty note should not be checkable/deletable

Open jukmanty opened this issue 14 years ago • 3 comments

Last row should be for adding new items (no checkbox and no delete button). Only added rows should have checkbox and delete-button.

jukmanty avatar Jan 08 '11 11:01 jukmanty

Are you talking about the default first row added when you create a new todo list widget?

chrispbailey avatar Jan 08 '11 12:01 chrispbailey

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.

jukmanty avatar Jan 08 '11 13:01 jukmanty

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.

chrispbailey avatar Jan 09 '11 11:01 chrispbailey