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

Simple pagination #1471

Merged
merged 11 commits into from
Sep 18, 2018
Merged

Simple pagination #1471

merged 11 commits into from
Sep 18, 2018

Commits on Sep 10, 2018

  1. Add global default for Pagination

    Prior to this, Alchemy would guess based on the screen size of the user.
    
    This deprecates the prior method which would rely on a session value
    only set in `alchemy-devise`.
    mamhoff committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f4719f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Remove complex logic from pictures controller

    This logic also does not work any longer since the removal
    of the screen-size-based pagination.
    mamhoff committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    8192f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    0ddb542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afff412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d03887 View commit details
    Browse the repository at this point in the history
  4. Move pagination out of multiple delete pictures form

    This never must have been in that form
    tvdeyen committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    5778fc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c2618 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    c67598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa35502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ebcd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f9532 View commit details
    Browse the repository at this point in the history