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

Pagination Feature #46

Merged
merged 9 commits into from
Mar 19, 2020
Merged

Pagination Feature #46

merged 9 commits into from
Mar 19, 2020

Commits on Mar 19, 2020

  1. Implemented pagination for main page. Filtered list has a new propert…

    …y (pageSize). If > 0, pagination with this page size is enabled. Pagination gets disabled as a search is done.
    
    Also, filtering is now implemented server-side, due to a complete rewrite of the query (i.e. introducing a query builder)
    Maurice committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    8bef319 View commit details
    Browse the repository at this point in the history
  2. Pagination now based on loading more elements when button clicked. Ne…

    …w search indicator to disable button and deleting entries.
    mauriceackel committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0d38b83 View commit details
    Browse the repository at this point in the history
  3. Added new button style

    mauriceackel committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    98784ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1d5e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d55993 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23dabb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    029e272 View commit details
    Browse the repository at this point in the history
  8. fixes styles for button on mobile

    keno dressel committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3a1fb48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a69c722 View commit details
    Browse the repository at this point in the history