radiopush icon indicating copy to clipboard operation
radiopush copied to clipboard

Home Page Scrolling Limited to 20 Posts in the Past

Open mazz opened this issue 3 years ago • 2 comments

Actual: When scrolling downward on the home page, the app will limit the number of Posts into the past to 20.

Expected: When scrolling downward on the home page, the app should continually retrieve a new batch of Posts until the user reaches the earliest Post.

mazz avatar Jun 27 '21 16:06 mazz

@puemos this limit to 20 Posts behaviour that I'm seeing here is it accurate? To be fair I'm seeing it when I've integrated your code into my side project so that's why I have my doubts.

I tried to reproduce on a radiopush dev config on my development machine but I can't run it because after I register a SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET and login I get an error from Spotify that my localhost:4000...Client redirect URI is invalid.

mazz avatar Jun 27 '21 17:06 mazz

@mazz it's a bug, let's me check :)

puemos avatar Jun 27 '21 18:06 puemos