aboutsummaryrefslogtreecommitdiff
path: root/src/ToDo-UI/ListToDo.jsx (unfollow)
Commit message (Collapse)AuthorLines
2023-05-27Can select time on due_date.Adrián Oliva-1/+1
2023-05-21First attempt at filtering to do's.Adrián Oliva-4/+11
We have a separate list from the original `todos_list`. It saves all currently filtered to do's for the listing to be as easy as possible.
2023-05-21Heavy refactoring.Adrián Oliva-0/+320
Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable.