aboutsummaryrefslogtreecommitdiff
path: root/src/ToDo-UI/NewToDo.jsx (follow)
Commit message (Collapse)AuthorAgeLines
* Changed date format.Adrián Oliva2023-05-28-3/+9
| | | | | On the user end it displays in a human readable way. On the database it is saved in ISO format. A lot of changes had to be made to control it.
* New to do now communicates to API.Adrián Oliva2023-05-27-0/+9
| | | | WE'RE DOING IT!!!!
* "Done" can now only be changed on table.Adrián Oliva2023-05-27-15/+1
| | | | Not on "edit to do" or "new to do".
* First attempt at filtering to do's.Adrián Oliva2023-05-21-0/+2
| | | | | 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 Oliva2023-05-21-0/+175
| | | | | Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable.
* Redux used to add ToDosAdrián Oliva2023-05-17-126/+0
| | | | WE MADE IT!! I don't know how, but it is functional. :'3
* Modal interface for new To Do.Adrián Oliva2023-05-17-0/+126
Hardest one yet. I don't know how I did it, but I used the `bootstrap-datepicker` plugin for selecting the Due Date. (https://github.com/uxsolutions/bootstrap-datepicker)