mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Implement input hints based on the active tool state (#388)
* Hook up user input hints to display in the frontend status bar Closes #171 * MVP hint system based on tool FSM * Fix hints for Fill and Eyedropper tools * Add icons for keyboard shortcuts * Fix hints for Pen Tool * Cleanup
This commit is contained in:
parent
3500160bf7
commit
d2b0411295
38 changed files with 1070 additions and 212 deletions
|
@ -83,7 +83,8 @@ impl JsEditorHandle {
|
|||
}
|
||||
|
||||
// ========================================================================
|
||||
// Create JS -> Rust wrapper functions below
|
||||
// Add additional JS -> Rust wrapper functions below as needed for calling the
|
||||
// backend from the web frontend.
|
||||
// ========================================================================
|
||||
|
||||
pub fn has_crashed(&self) -> JsValue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue