Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Heavy refactoring. | Adrián Oliva | 2023-05-21 | -476/+0 |
| | | | | | Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable. | |||
* | Renaming UI things. | Adrián Oliva | 2023-05-20 | -3/+3 |
| | ||||
* | `Edit` button instead of `Add`. | Adrián Oliva | 2023-05-20 | -1/+1 |
| | | | | When editing a to do, use an `Edit` button instead. | |||
* | Finished details on sorting. | Adrián Oliva | 2023-05-19 | -9/+16 |
| | | | | Now it sorts after events like "adding new to do" and "edit a to do." | |||
* | First attempt at sorting to do entries. | Adrián Oliva | 2023-05-19 | -2/+50 |
| | ||||
* | 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 |