allejo / allejo/WebBZEdit

Add filter to our Inventory panel

Aberta
#36 0 comentários 0 reações 1 responsável Reivindicada por @Adwitiya-Singh Ver no GitHub
component/inventory enhancement
Linguagem predominante
TypeScript
Estrelas
11
Forks
4
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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](https://user-images.githubusercontent.com/1246453/133726778-c3e0a19f-c417-4994-b864-f20748017d95.png)

## Search Specification

- If you use `type:`, 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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.