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

fix(protocol-designer): fix labware tools filtering and expand/collapse behavior #16889

Merged
merged 6 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. fix(protocol-designer): fix labware tools filtering and expand/collap…

    …se behavior
    
    This PR addresses several functional issues with our LabwareTools component, produced when adding
    labware to the starting deck state. Here, I add filtering to populated expanded categories, allow
    independent expand/collapse toggling for multiple categories simultaneously, and auto
    expand/collapse all categories based on the state of the current search term.
    
    Closes RQA-3590
    ncdiehl11 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    402b2df View commit details
    Browse the repository at this point in the history
  2. fix test

    ncdiehl11 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d9abbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f631b83 View commit details
    Browse the repository at this point in the history
  4. big refactor to move state to DeckSetupTools so that clear button han…

    …dles resetting categories and search bar
    ncdiehl11 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ef9c8d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    523f0ae View commit details
    Browse the repository at this point in the history
  2. cleanup

    ncdiehl11 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fa19dbf View commit details
    Browse the repository at this point in the history