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

feat: added filter option for select printer #530

Merged
merged 4 commits into from
Jul 3, 2023

Commits on Jul 1, 2023

  1. feat: add filter option for select

    - Add Filter attribute
    - Add WithFilter method
    - Limit fuzz search for when p.Filter is enabled
    - Change content on renderSelectMenu
    - Create test for WithFilter method
    
    Signed-off-by: alireza <alirezaarzehgar82@gmail.com>
    alirezaarzehgar committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    82554a2 View commit details
    Browse the repository at this point in the history
  2. refactor: use WithBoolean method on WithFilter method of select printer

    Co-authored-by: Marvin Wendt <git@marvinjwendt.com>
    alirezaarzehgar and MarvinJWendt committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    3e8f4b6 View commit details
    Browse the repository at this point in the history
  3. refactor: use WithBoolean on multiselect printer

    Signed-off-by: alireza <alirezaarzehgar82@gmail.com>
    alirezaarzehgar committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4cf8340 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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