This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Keyboard Shortcuts #15
Milestone
Comments
Tracking a list of potential shortcuts. Home
Pipeline Details
|
|
Great ideas! I added them to the list 👍 I've got a new web-client version ready to push which makes supporting this way simpler, so I suspect this can be added very soon already. |
JeanMertz
added a commit
that referenced
this issue
Jul 8, 2019
The goal of this rewrite is to make the code more composable to make it easier to add new functionality in the future. Here's a list of the most relevant changes: * Use a declarative component-based UI with a virtual DOM to separate rendering logic from the business logic. * Add a router to support deep-linking to specific tasks. * Reduce Wasm binary from ~2 MB to ~450 kB (uncompressed). * Add local session caching to reduce the number of network requests. * Remove atomic-based CSS classes in favor of semantic classes. * Rename all occurrences of "task" with "job" and "pipeline" with "task" (this change will be applied to the other crates as well). * Minor visual changes. This commit (partially) resolves the following issues: * #14 * #15 * #18 * #27
This can now be implemented more easily since 2d9bc81. Specifically, here's the infrastructure needed to make this work: automaat/src/web-client/src/service/shortcut.rs Lines 1 to 5 in 2d9bc81
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The application should be usable (and feel natural) when only using the keyboard as an input device.
Right now, a few shortcuts are implemented
These should be expanded to make the entire UI easily navigable. Also, ? should bring up a keyboard shortcuts cheat sheet view.
The text was updated successfully, but these errors were encountered: