oxidecomputer / oxidecomputer/console
Search quick actions by nav group label as well as item label
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
Currently we only filter by the item label. This can be unfortunate if you're in system pages and have a "Back to silo" group with a "Projects" entry. I want that to come up if I type "silo".
Contributor guide
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 in libs/ui/lib/action-menu/ActionMenu.tsx at lines 41-45, where quick actions are filtered by item label. Trace how each action exposes its navigation group label, then make the search match either label so typing “silo” finds the “Projects” entry in the “Back to silo” group. Done means group-label searches return the expected quick actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100