Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-27 | If due_date is not set, don't use `substring`. | Adrián Oliva | -1/+4 | |
2023-05-27 | List of to dos is initialized on database. | Adrián Oliva | -0/+25 | |
At the beginning, the app will fetch the to dos from the back end and write all of them on Redux. | ||||
2023-05-21 | First attempt at filtering to do's. | Adrián Oliva | -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. | ||||
2023-05-21 | Heavy refactoring. | Adrián Oliva | -2/+2 | |
Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable. | ||||
2023-05-17 | Preparing branch to merge. | Adrián Oliva | -2/+0 | |
Merge to main. | ||||
2023-05-17 | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | -1/+1 | |
2023-05-17 | Broken big function into smaller functions. | Adrián Oliva | -2/+3 | |
2023-05-17 | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | -1/+1 | |
2023-05-17 | Redux used to add ToDos | Adrián Oliva | -6/+3 | |
WE MADE IT!! I don't know how, but it is functional. :'3 | ||||
2023-05-17 | Modal interface for new To Do. | Adrián Oliva | -0/+2 | |
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) | ||||
2023-05-17 | A simple list for the To Do's. | Adrián Oliva | -0/+2 | |
Cannot edit nor remove info. Plain interfaceeeee. | ||||
2023-05-17 | Search section in a bare bones state. | Adrián Oliva | -0/+2 | |
Just plain UI interface. No functionality. | ||||
2023-05-17 | Added bootstrap library. | Adrián Oliva | -6/+5 | |
We now have better looking assets! | ||||
2023-05-17 | Modified to be minimal. | Adrián Oliva | -48/+3 | |