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

Add filter to our Inventory panel #36

Open
allejo opened this issue Sep 17, 2021 · 0 comments
Open

Add filter to our Inventory panel #36

allejo opened this issue Sep 17, 2021 · 0 comments
Assignees
Labels

Comments

@allejo
Copy link
Owner

allejo commented Sep 17, 2021

Using the TextField component add a filter field at the top of the Inventory Panel that will allow users to search and filter objects.

image

Search Specification

  • If you use type:<value>, it will filter the obstacles based on the _objectType (e.g. box, pyramid, teleporter, etc.)
    • There must be no space after :
  • Any other keywords should be a "fuzzy" search. If I search for red team it should search for obstacle names (not IDs) for either red or team.
  • Whenever there is a query in the search, the list of obstacles should only display the obstacles that match the query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants