trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Automatically save new tasks #19

Closed omnidan closed 9 years ago

omnidan commented 10 years ago

When I finish typing a task (by pressing return), it should automatically save that task.

Also, the notifications shouldn't move down the whole container, it's kinda annoying. Would be nice if it was smaller and on top of the page. Maybe add a fade-in too.

trestletech commented 9 years ago

Totally agree. Pull requests welcome :)

I'd like to eventually just put the loading notification on the save button itself, a la http://tympanus.net/Development/CreativeButtons/

trestletech commented 9 years ago

FYI: In progress in https://github.com/trestletech/todotxtpp/tree/feature/auto-save .

trestletech commented 9 years ago

Now use ladda to put the progress notification on the button; no more sliding unless there's an error.