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
Since adding Parse, the table updates take a while to syncronize and be pulled down by parse.
This causes the user to have to wait for parse to update the data.
I already fixed this for check-marking rows, but this needs to be fixed in a couple more places:
When a user deletes a cell, it should delete immediately
When a user deletes the whole list, it should delete immediately
When a user updates a row it should show the update immediately (with the exception of categories, which is a bit trickier since I'm doing a fancy dictionary/dictionary mapping).
The text was updated successfully, but these errors were encountered:
Since adding Parse, the table updates take a while to syncronize and be pulled down by parse.
This causes the user to have to wait for parse to update the data.
I already fixed this for check-marking rows, but this needs to be fixed in a couple more places:
The text was updated successfully, but these errors were encountered: