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