Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Replace hint Rust -> JS data with a widget layout

Open Keavon opened this issue 1 year ago • 0 comments

Currently we send a bunch of recursive structs defining the layouts to JS, then Vue renders it. That should be moved to a Rust-defined layout with the new layout system, which can then reduce the amount of code serving a redundant purpose of laying out widgets.

Keavon avatar Jul 26 '22 21:07 Keavon