mixmaxhq/custody

Make navigational shortcuts visible

wearhere opened this issue · 2 comments

  • In the main view, say that you can double-click or press Enter to open logs
  • In detail view, say that you can press Esc to close logs

In detail view we can add to ProcessControls.

In the main view we should probably refactor ProcessControls to reuse the presentation (but not the behavior, since the table will handle that interaction).

I'm not sure I feel super strongly about documenting double-clicking / pressing Enter, I feel like that's pretty obvious as the central action of the app / something that someone would pick up from the README? (And if we were to document that, should we document using the arrow keys and typeahead search too?)

But the process table could easily add such shortcuts using the new command menu and command set APIs introduced in #72. We might need to alter how the menu displays the command descriptions since these commands wouldn't have single-key triggers, but that'd be minor.

We can revisit before the 1.0.