aboutsummaryrefslogtreecommitdiff
path: root/src/ToDo-UI/Search.jsx (follow)
Commit message (Collapse)AuthorAgeLines
* First instance for pagination.Adrián Oliva2023-05-29-2/+2
| | | | | Sorting and Filtering now WON'T be computed on Front End, but on Back End instead.
* First attempt at filtering to do's.Adrián Oliva2023-05-21-13/+49
| | | | | 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.
* Search section in a bare bones state.Adrián Oliva2023-05-17-0/+56
Just plain UI interface. No functionality.