Description: When the ReactFlow canvas is introduced, add a button that toggles the minimap on and off. This helps users with larger state machines.
Files to look at: client/app, future canvas editor components
Hints: ReactFlow has a MiniMap component. Store toggle state in the canvas editor component.
Description: When the ReactFlow canvas is introduced, add a button that toggles the minimap on and off. This helps users with larger state machines.
Files to look at:
client/app, future canvas editor componentsHints: ReactFlow has a
MiniMapcomponent. Store toggle state in the canvas editor component.