Initially the pagination for tasks was just based on when a task was created. But now we render un-complete tasks at the top and so the pagination is kinda weird. If you have 4 un-complete tasks then you might only see 2 but when you scroll down for pagination to work you'll see 2 more un-complete tasks pop-in at the top and a glitch for re-order. I think the pagination still works based on when the task was created but the frontend just re-orders when the requests returns tasks
Initially the pagination for tasks was just based on when a task was created. But now we render un-complete tasks at the top and so the pagination is kinda weird. If you have 4 un-complete tasks then you might only see 2 but when you scroll down for pagination to work you'll see 2 more un-complete tasks pop-in at the top and a glitch for re-order. I think the pagination still works based on when the task was created but the frontend just re-orders when the requests returns tasks