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

Allow selecting all options in a multiselect #147

Merged
merged 14 commits into from
May 27, 2024
Merged

Allow selecting all options in a multiselect #147

merged 14 commits into from
May 27, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    05641b6 View commit details
    Browse the repository at this point in the history
  2. Add test

    duncanmcclean committed May 10, 2024
    Configuration menu
    Copy the full SHA
    33a4844 View commit details
    Browse the repository at this point in the history
  3. Update type hint

    duncanmcclean committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e1bb052 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge branch 'main' into multiselect-select-all

    # Conflicts:
    #	src/helpers.php
    duncanmcclean committed May 20, 2024
    Configuration menu
    Copy the full SHA
    36d2d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823968a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    267282c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95856c View commit details
    Browse the repository at this point in the history
  3. Multisearch: Ctrl+A should select all options

    Although... Ctrl+A should only select all options when the user is in the context of the options, not when they're in the context of searching.
    duncanmcclean committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1fffce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    489e7ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a28356 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Formatting

    jessarcher committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7f0bb92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6679a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'multiselect-select-all' of github.com:duncanmcclean/pro…

    …mpts into multiselect-select-all
    duncanmcclean committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ec2d48d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix "unselect all" behaviour when options are a list

    Co-authored-by: Jess Archer <jess@jessarcher.com>
    duncanmcclean and jessarcher authored May 27, 2024
    Configuration menu
    Copy the full SHA
    6bedd7a View commit details
    Browse the repository at this point in the history