filter item properties to quickly find a property
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe.
the list of the item property contains too many properties, over 40 property for each item, sometime it is inconvenient to find the property I am looking for.
Describe the solution you'd like
add search box to quickly filter property i am looking for.
Describe alternatives you've considered
go one by one over all proeprty to find what I am looking for.
Additional context
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the item-property list in the client-side editor and the entry point that renders its property controls. Add a search box there that filters the properties as the user types, then verify that the requested property can be found more quickly without changing unrelated item behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100