aboutsummaryrefslogtreecommitdiff
path: root/src/refreshToDos.js (unfollow)
Commit message (Collapse)AuthorLines
2023-05-29IT NOW HAS PAGING.Adrián Oliva-9/+19
2023-05-29Adding new to dos is now synchronized with database.Adrián Oliva-1/+17
Changed the `refreshToDos` to also refresh the last index used.
2023-05-29Pagination now works on to do's list.Adrián Oliva-0/+67
Only 10 to dos will be shown at a time. You can sort by priority or due date and it should work on all of our to dos. Edit and delete also works.