Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | The date selection was MUCH easier than I thought... | Adrián Oliva | 2023-05-19 | -18/+16 |
| | | | | I'm mad. :C | |||
* | Apparently `onClick` works better | Adrián Oliva | 2023-05-19 | -2/+2 |
| | | | | | than `onChange`. If last time was checked, after resetting the form it still thought it was checked. | |||
* | Deleted most of aria labels. | Adrián Oliva | 2023-05-19 | -11/+4 |
| | ||||
* | Renamed multiple HTML elements. | Adrián Oliva | 2023-05-19 | -21/+16 |
| | | | | ID collision problem. | |||
* | Edit button almost done. | Adrián Oliva | 2023-05-19 | -55/+231 |
| | | | | Noticed some bugs. Will patch on later commits. | |||
* | Added remove action. | Adrián Oliva | 2023-05-18 | -1/+4 |
| | ||||
* | Now we can change the done state. | Adrián Oliva | 2023-05-18 | -1/+10 |
| | ||||
* | Preparing branch to merge. | Adrián Oliva | 2023-05-17 | -0/+3 |
| | | | | Merge to main. | |||
* | Displayed correct index. | Adrián Oliva | 2023-05-17 | -2/+7 |
| | | | | Index was hard-coded. Now it retrieves current last index used. | |||
* | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | 2023-05-17 | -0/+239 |