xstate-viz icon indicating copy to clipboard operation
xstate-viz copied to clipboard

Visualizer for XState machines

Results 100 xstate-viz issues
Sort by recently updated
recently updated
newest added

This button group doesn't move together with the panel when it's getting collapsed/expanded - which is IMHO suboptimal since you can see it jumping from one spot to another when...

From discord: https://discord.com/channels/795785288994652170/799416911259369472/877561425290199051 Proposed functionality of clicking the title bar: - folding the state node - zoom to fit state node in window A combination of those two could be...

enhancement

Ok, I see - we send the `GRAPH_UPDATED` in the `useEffect` but the last render that did happen was rendering based on the "success" state of the previous layout. The...

There is a noticeable (and confusing) lag between clicking the button and showing the spinner. It's because we first fetch the transpiled code from the tsWorker and the canvas/simulation is...

Wouldn't it be slightly easier to just create IDs in a way that would be immediately accepted by Elk? _Originally posted by @Andarist in https://github.com/statelyai/xstate-viz/pull/166#discussion_r687696052_

```ts send( notifModel.events.BROADCAST( 'An error occurred when saving.', 'error', ), { to: (ctx) => { return ctx.notifRef!; }, }, ), ``` This is the new preferred pattern. The old pattern...

Should we unregister this at some different point in time? _Originally posted by @Andarist in https://github.com/statelyai/xstate-viz/pull/27#r663406078_