UI Components¶
These are files in src/ui/
.
Sidebar¶
-
class
module:Sidebar
()¶ Renders the definition sidebar at the left of the screen. Expects support from its containing stage.
Reduction Toolbar¶
-
class
module:ReductToolbar
()¶ Handle the play/pause/big-step toolbar for reducing expressions.
These are rendered in HTML, and positioned to match their corresponding expression. It does some work to recycle the toolbar nodes and make sure they stay attached to the same expression through reduction.