oxidecomputer / oxidecomputer/console
All accessible top-level areas should be in quick actions menu at all times
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
It occurred to me that there are only 5 items in this menu. Rather than only having the sidebar entries of the current layout in view at a given time, it would make a lot of sense to have all the main areas in there, conditional of course on the user having access. So the fleet viewer user, upon landing on the effective homepage of the console, the project list, should be able to immediately type cmd+k and update and immediately get to the system update page. Right now they have to know to type system, go there, and then go to update. This is silly.
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 by locating the quick actions menu and the definitions for the current layout's sidebar entries. Check how accessible areas are determined and how Cmd+K search reaches destinations; done means all accessible top-level areas are available in the menu regardless of the current layout, including direct search for System Update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100