Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | "Done" can now only be changed on table. | Adrián Oliva | 2023-05-27 | -36/+2 |
| | | | | Not on "edit to do" or "new to do". | |||
* | List of to dos is initialized on database. | Adrián Oliva | 2023-05-27 | -4/+55 |
| | | | | | At the beginning, the app will fetch the to dos from the back end and write all of them on Redux. | |||
* | Added the "v1" to the URL. | Adrián Oliva | 2023-05-27 | -1/+1 |
| | ||||
* | Can select time on due_date. | Adrián Oliva | 2023-05-27 | -1/+1 |
| | ||||
* | Using Axios to send HTTP requests. | Adrián Oliva | 2023-05-26 | -0/+23 |
| | | | | Defining API and method GET to retrieve all to dos. | |||
* | First attempt at filtering to do's. | Adrián Oliva | 2023-05-21 | -19/+109 |
| | | | | | 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. | |||
* | Heavy refactoring. | Adrián Oliva | 2023-05-21 | -478/+497 |
| | | | | | 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 | -41/+70 |
| | | | | 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 | -3/+116 |
| | ||||
* | 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 | -56/+245 |
| | | | | Noticed some bugs. Will patch on later commits. | |||
* | Added remove action. | Adrián Oliva | 2023-05-18 | -2/+11 |
| | ||||
* | Now we can change the done state. | Adrián Oliva | 2023-05-18 | -2/+20 |
| | ||||
* | Preparing branch to merge. | Adrián Oliva | 2023-05-17 | -3/+3 |
| | | | | Merge to main. | |||
* | Displayed correct index. | Adrián Oliva | 2023-05-17 | -2/+8 |
| | | | | Index was hard-coded. Now it retrieves current last index used. | |||
* | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | 2023-05-17 | -2/+2 |
| | ||||
* | Broken big function into smaller functions. | Adrián Oliva | 2023-05-17 | -57/+64 |
| | ||||
* | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | 2023-05-17 | -2/+2 |
| | ||||
* | Redux used to add ToDos | Adrián Oliva | 2023-05-17 | -262/+274 |
| | | | | WE MADE IT!! I don't know how, but it is functional. :'3 | |||
* | Modal interface for new To Do. | Adrián Oliva | 2023-05-17 | -0/+128 |
| | | | | | | Hardest one yet. I don't know how I did it, but I used the `bootstrap-datepicker` plugin for selecting the Due Date. (https://github.com/uxsolutions/bootstrap-datepicker) | |||
* | A simple list for the To Do's. | Adrián Oliva | 2023-05-17 | -0/+71 |
| | | | | Cannot edit nor remove info. Plain interfaceeeee. | |||
* | Search section in a bare bones state. | Adrián Oliva | 2023-05-17 | -0/+58 |
| | | | | Just plain UI interface. No functionality. | |||
* | Added bootstrap library. | Adrián Oliva | 2023-05-17 | -66/+16 |
| | | | | We now have better looking assets! | |||
* | Modified to be minimal. | Adrián Oliva | 2023-05-17 | -294/+29 |
| | ||||
* | Start point. | Adrián Oliva | 2023-05-16 | -0/+405 |
Visit https://github.com/nvh95/vite-react-template-redux to see original template. |