Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Can now set a to do as done or undone. | Adrián Oliva | 2023-05-27 | -3/+14 |
| | ||||
* | Delete a specific to do with API. | Adrián Oliva | 2023-05-27 | -3/+5 |
| | ||||
* | Can now edit to dos on Back End. | Adrián Oliva | 2023-05-27 | -0/+10 |
| | ||||
* | "Done" can now only be changed on table. | Adrián Oliva | 2023-05-27 | -19/+0 |
| | | | | Not on "edit to do" or "new to do". | |||
* | Can select time on due_date. | Adrián Oliva | 2023-05-27 | -1/+1 |
| | ||||
* | First attempt at filtering to do's. | Adrián Oliva | 2023-05-21 | -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. | |||
* | Heavy refactoring. | Adrián Oliva | 2023-05-21 | -0/+320 |
Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable. |