Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-19 | Apparently `onClick` works better | Adrián Oliva | -2/+2 | |
than `onChange`. If last time was checked, after resetting the form it still thought it was checked. | ||||
2023-05-19 | Deleted most of aria labels. | Adrián Oliva | -11/+4 | |
2023-05-19 | Renamed multiple HTML elements. | Adrián Oliva | -21/+16 | |
ID collision problem. | ||||
2023-05-19 | Edit button almost done. | Adrián Oliva | -56/+245 | |
Noticed some bugs. Will patch on later commits. | ||||
2023-05-18 | Added remove action. | Adrián Oliva | -2/+11 | |
2023-05-18 | Now we can change the done state. | Adrián Oliva | -2/+20 | |
2023-05-17 | Preparing branch to merge. | Adrián Oliva | -3/+3 | |
Merge to main. | ||||
2023-05-17 | Displayed correct index. | Adrián Oliva | -2/+8 | |
Index was hard-coded. Now it retrieves current last index used. | ||||
2023-05-17 | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | -2/+2 | |
2023-05-17 | Broken big function into smaller functions. | Adrián Oliva | -57/+64 | |
2023-05-17 | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | -2/+2 | |
2023-05-17 | Redux used to add ToDos | Adrián Oliva | -262/+274 | |
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/+128 | |
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/+71 | |
Cannot edit nor remove info. Plain interfaceeeee. | ||||
2023-05-17 | Search section in a bare bones state. | Adrián Oliva | -0/+58 | |
Just plain UI interface. No functionality. | ||||
2023-05-17 | Added bootstrap library. | Adrián Oliva | -66/+16 | |
We now have better looking assets! | ||||
2023-05-17 | Modified to be minimal. | Adrián Oliva | -294/+29 | |