aboutsummaryrefslogtreecommitdiff
path: root/src/ToDo.jsx (follow)
Commit message (Collapse)AuthorAgeLines
* Heavy refactoring.Adrián Oliva2023-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 Oliva2023-05-20-3/+3
|
* `Edit` button instead of `Add`.Adrián Oliva2023-05-20-1/+1
| | | | When editing a to do, use an `Edit` button instead.
* Finished details on sorting.Adrián Oliva2023-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 Oliva2023-05-19-2/+50
|
* The date selection was MUCH easier than I thought...Adrián Oliva2023-05-19-18/+16
| | | | I'm mad. :C
* Apparently `onClick` works betterAdrián Oliva2023-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 Oliva2023-05-19-11/+4
|
* Renamed multiple HTML elements.Adrián Oliva2023-05-19-21/+16
| | | | ID collision problem.
* Edit button almost done.Adrián Oliva2023-05-19-55/+231
| | | | Noticed some bugs. Will patch on later commits.
* Added remove action.Adrián Oliva2023-05-18-1/+4
|
* Now we can change the done state.Adrián Oliva2023-05-18-1/+10
|
* Preparing branch to merge.Adrián Oliva2023-05-17-0/+3
| | | | Merge to main.
* Displayed correct index.Adrián Oliva2023-05-17-2/+7
| | | | Index was hard-coded. Now it retrieves current last index used.
* Moved `ToDo.jsx` file into main folder.Adrián Oliva2023-05-17-0/+239