You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icon should change same time as I click on "done", then you can send a async ajax request to change it on the server. Otherwise waiting for the server takes 1-2 seconds which makes the UI feel really slow.
Btw. the same with creating new items, you shouldn't reload the whole page, just put the new task in with JavaScript and asynchronously send it back to the server.
The text was updated successfully, but these errors were encountered:
You're right, that's definitely a thing to consider and something that should be changed in the future. Ajax sounds like the best solution for that at the moment, my problem is just that I never wrote any Ajax code and it will take me some days or weeks to get familiar with the language. I'll start with that as soon as possible and will try to implement it into Tasky soon.
In case anyone of you has any good Ajax tutorials or reads, please let me know and send me links.
The icon should change same time as I click on "done", then you can send a async ajax request to change it on the server. Otherwise waiting for the server takes 1-2 seconds which makes the UI feel really slow.
Btw. the same with creating new items, you shouldn't reload the whole page, just put the new task in with JavaScript and asynchronously send it back to the server.
The text was updated successfully, but these errors were encountered: