You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the main view we should probably refactor ProcessControls to reuse the presentation (but not the behavior, since the table will handle that interaction).
We already handled Escape to close the process details, but now we tell the
user that in case they’re confused.
A cool side effect of refactoring the controls to be derived from props is that
the stop/start toggle’s label will update to show which one is selected.
Refs #39.
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.
The text was updated successfully, but these errors were encountered: