Skip to content
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

Problems with the pagination bar #35

Closed
Marauderer97 opened this issue Jan 31, 2017 · 1 comment
Closed

Problems with the pagination bar #35

Marauderer97 opened this issue Jan 31, 2017 · 1 comment

Comments

@Marauderer97
Copy link
Contributor

The pagination bar has the following two problems

  1. The next and previous only update the pagination bar, not the entire page
  2. Its functionality for images is unclear, as it tries to display images from the same page where documents were last viewed.
    @mariobehling @nikhilrayaprolu What do you suggest? How should images be displayed? Should there be paging for them at all? Google doesnot display images in pages, it displays all of them at once. Should we implement something like that?
    If images and videos have the paging system too, then where should it start from, from page 1 or the page the user is currently viewing in say documents?
Marauderer97 added a commit to Marauderer97/susper.com-1 that referenced this issue Jan 31, 2017
@nikhilrayaprolu
Copy link
Member

@Marauderer97 when user clicks on images reset the page to first page. Secondly Google doesn't load all images at once, it loads sufficient number of images initially and then starts adding extra images on scroll , it's a type of pagination involving automated Ajax calls based on scroll length. Implementation of image page similar to Google is highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants