Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Endless pagination with a "show more" button, working Javascript interactions #82

Open
mitchdowney opened this issue Jun 27, 2014 · 1 comment

Comments

@mitchdowney
Copy link
Member

Currently the user navigates to a new page after pressing "next".

Implement endless pagination so that 10 additional clips are loaded into the page when "show more" is pressed.

Also, currently when a user presses a play button and a YouTube player opens up, that YouTube player stays open on the page. We may want to implement some Javascript to close all already open YouTube players on a page when the user presses a different "Play" button. I suspect all these open YouTube players may cause a browser to crash, especially if someone has 20 clips open with endless pagination implemented.

@scvnc
Copy link
Member

scvnc commented Jul 1, 2014

Nice example of how django is showing its age when thinking about modern
UX. The days of multi page apps are numbered.
On Jun 26, 2014 11:12 PM, "Mitch Downey" notifications@github.com wrote:

Currently the user navigates to a new page after pressing "next".

Implement endless pagination so that 10 additional clips are loaded into
the page when "show more" is pressed.

Also, currently when a user presses a play button and a YouTube player
opens up, that YouTube player stays open on the page. We may want to
implement some Javascript to close all already open YouTube players on a
page when the user presses a different "Play" button. I suspect all these
open YouTube players may cause a browser to crash, especially if someone
has 20 clips open with endless pagination implemented.


Reply to this email directly or view it on GitHub
#82.

@mitchdowney mitchdowney changed the title Endless pagination with a "show more" button Endless pagination with a "show more" button, working Javascript interactions Jul 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants