xstate-viz
xstate-viz copied to clipboard
Visualizer for XState machines
Compared to the old visualizer, transition guards seem to have lost quite a bit of support when it comes to communicating forbidden transitions due to `false`-y guards. - Color-coding for...
I've noticed that we can now pan around on an empty canvas (including on the ``). Ideally, this would be disabled as this interaction doesn't make sense in such states.
**Description** The stately tool is unable to draw the parent and child machines when created with independent states. **Expected Result** Both machines visible in the UI **Actual Result** Only the...
When the visualizer is connected to another process, the "Send event" functionality doesn't work. The popup allows you to select a message to send, and the Send button _seems_ to...
The first time the "Send event" popup on the Events tab is displayed, the Send button is disabled, as expected, since there is no event to send. However, if you...
I already noticed two other issues (#222, #223) regarding the send button, but this issue seems different. As mentioned in the title, "Send" button is disabled when trying to send...
For now it is impossible to share a visualizer with a machine code in it privately. But the code itself may be shared by encoding machine code into the URI...
I'm not entirely sure - but it feels that it might be preferable here to treat this similar to other decorative icons in this Menu. So maybe using `aria-hidden` on...
Add a license so that we know if we can use parts of the Viz independently - I am looking to possibly extract the editor for a learning tool. Would...