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
Currently we send a bunch of recursive structs defining the layouts to JS, then Svelte 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.
The text was updated successfully, but these errors were encountered:
Currently we send a bunch of recursive structs defining the layouts to JS, then Svelte 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.
The text was updated successfully, but these errors were encountered: