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

Sort items in people view #670

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Sort items in people view #670

merged 4 commits into from
Nov 5, 2024

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    acba239 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. person: Add max-width to .filters ctr, remove min-width, combine with…

    … .container
    
    - Removed min-width so improve responsivity for mobile (overflows).
    - Removed unused styles (margin-top/bottom that were overridden in .container).
    - Add max-width to match PosterList.
    - Remove .container and add styles to .filters (combined them).
    IRHM committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    525816a View commit details
    Browse the repository at this point in the history
  2. DropDown: showActiveElementsInOptions: Just use options when true

    No need for the filter when this is true, we can just pass the options var.
    IRHM committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5dd4c4c View commit details
    Browse the repository at this point in the history
  3. person: sortCredits: Remove use of sorted intermediary array, sort …

    …credits array directly
    
    I believe this should be more performant (removing the use of spread operator) and is just a little cleaner.
    IRHM committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0106f9c View commit details
    Browse the repository at this point in the history