-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
salief/channel page pagination #577
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This PR is being deployed to Railway 🚅 river-delta-production: ◻️ REMOVED |
Off-rip, I think channel pages should not be paginated and perhaps lazy loaded? I don't know how feasible this gets when a channel has like 400 items, but I do think it's nice/important to not break the flow |
By lazy loaded I'm assuming you mean infinite scroll, correct? There is a large degree of changes that would need to be made in order to make that possible. Not saying it is impossible, but would require a bit of rearchitecting our component structure. I think it makes sense to continue with the existing pagination approach, are you opposed to this? If not can I pose the original question to you again. |
Thoughts on this comment @salieflewis? |
New PR is #586 Keeping this up for the comments. |
--
Pushing this up so I don't lose the code, but going to try and first grab a more accurate number for the
ChannelDetails
component using a direct SQL query.@ioeylim Do you have thoughts about how
PaginationControls
fits with the current placement ofChannelDetails
? My first thought is thatChannelDetails
gets moved somewhere to the top of the page such that the bottoms of both the index route and channel route are identical.