Add pagination instead of limiting records
Opened this issue · 3 comments
ahmadabdelhalim commented
-
Problem
The records are limited to a fixed number. -
Solution
Add pagination using the Pagy gem. (I chose it because it's faster than other gems available)
emad-elsaid commented
There is pagination implemented in user page to show more of his functions
and saved functions, that could be also used in the timelines controller
…On Mon, Apr 13, 2020, 5:18 PM ahmadabdelhalim ***@***.***> wrote:
-
*Problem*
The records are limited to a fixed number.
-
*Solution*
Add pagination using the Pagy gem. (I chose it because it's faster
than other gems available)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANJAZBEROJZHTUXHFUC2TRMMUM7ANCNFSM4MHAXWYA>
.
ahmadabdelhalim commented
Yeah, didn't notice that. I can add it to the timelines controller as well.
emad-elsaid commented
@ahmadabdelhalim nice, I'll wait for a PR then 😃