aboutsummaryrefslogtreecommitdiff
path: root/src/refreshToDos.js (follow)
Commit message (Collapse)AuthorAgeLines
* IT NOW HAS PAGING.Adrián Oliva2023-05-29-9/+19
|
* Adding new to dos is now synchronized with database.Adrián Oliva2023-05-29-1/+17
| | | | Changed the `refreshToDos` to also refresh the last index used.
* Pagination now works on to do's list.Adrián Oliva2023-05-29-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.