Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-21 | Heavy refactoring. | Adrián Oliva | -476/+0 | |
Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable. | ||||
2023-05-20 | Renaming UI things. | Adrián Oliva | -3/+3 | |
2023-05-20 | `Edit` button instead of `Add`. | Adrián Oliva | -1/+1 | |
When editing a to do, use an `Edit` button instead. | ||||
2023-05-19 | Finished details on sorting. | Adrián Oliva | -9/+16 | |
Now it sorts after events like "adding new to do" and "edit a to do." | ||||
2023-05-19 | First attempt at sorting to do entries. | Adrián Oliva | -2/+50 | |
2023-05-19 | The date selection was MUCH easier than I thought... | Adrián Oliva | -18/+16 | |
I'm mad. :C | ||||
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 | -55/+231 | |
Noticed some bugs. Will patch on later commits. | ||||
2023-05-18 | Added remove action. | Adrián Oliva | -1/+4 | |
2023-05-18 | Now we can change the done state. | Adrián Oliva | -1/+10 | |
2023-05-17 | Preparing branch to merge. | Adrián Oliva | -0/+3 | |
Merge to main. | ||||
2023-05-17 | Displayed correct index. | Adrián Oliva | -2/+7 | |
Index was hard-coded. Now it retrieves current last index used. | ||||
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 | -55/+61 | |
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 | -0/+233 | |
WE MADE IT!! I don't know how, but it is functional. :'3 |