Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-29 | Search working with database. | Adrián Oliva | -3/+15 | |
2023-05-29 | First 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-21 | First 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-17 | Search section in a bare bones state. | Adrián Oliva | -0/+56 | |
Just plain UI interface. No functionality. |