aboutsummaryrefslogtreecommitdiff
path: root/src/features (follow)
Commit message (Collapse)AuthorAgeLines
* Little bug on last index.Adrián Oliva2023-05-28-0/+5
| | | | | Because the Front End wasn't tracking the deleted items, the indexes between the database and the front end were not matching.
* "Done" can now only be changed on table.Adrián Oliva2023-05-27-2/+1
| | | | Not on "edit to do" or "new to do".
* List of to dos is initialized on database.Adrián Oliva2023-05-27-0/+26
| | | | | At the beginning, the app will fetch the to dos from the back end and write all of them on Redux.
* First attempt at filtering to do's.Adrián Oliva2023-05-21-2/+45
| | | | | We have a separate list from the original `todos_list`. It saves all currently filtered to do's for the listing to be as easy as possible.
* Finished details on sorting.Adrián Oliva2023-05-19-32/+54
| | | | 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-1/+66
|
* Edit button almost done.Adrián Oliva2023-05-19-1/+14
| | | | Noticed some bugs. Will patch on later commits.
* Added remove action.Adrián Oliva2023-05-18-1/+7
|
* Now we can change the done state.Adrián Oliva2023-05-18-1/+10
|
* Preparing branch to merge.Adrián Oliva2023-05-17-1/+0
| | | | Merge to main.
* Displayed correct index.Adrián Oliva2023-05-17-0/+1
| | | | Index was hard-coded. Now it retrieves current last index used.
* Moved `ToDo.jsx` to UI folder.Adrián Oliva2023-05-17-233/+0
|
* Redux used to add ToDosAdrián Oliva2023-05-17-55/+265
| | | | WE MADE IT!! I don't know how, but it is functional. :'3
* Added bootstrap library.Adrián Oliva2023-05-17-1/+3
| | | | We now have better looking assets!
* Modified to be minimal.Adrián Oliva2023-05-17-226/+22
|
* Start point.Adrián Oliva2023-05-16-0/+257
Visit https://github.com/nvh95/vite-react-template-redux to see original template.