A really cool idea from @marcoroth:
It would be neat to have some "debug" options in the form of controlling the flow of Turbo Streams.

Actions that could be useful:
- Play / Pause (Pause would intercept all incoming Turbo Streams, allowing you to go through each one)
- Execute a single Turbo Stream
- Revert a Turbo Stream (would only be possible for standard actions like Append, Prepend, Replace, Update, Remove, Before, After)
- Discard a Turbo Stream
- Manipulate the content of the Turbo Stream
In the future, we could extend this by intercepting different events, such as:
- Morphing the whole site
- Morphing a single element
- Replace a Turbo Frame
- Form submissions
A really cool idea from @marcoroth:

It would be neat to have some "debug" options in the form of controlling the flow of Turbo Streams.
Actions that could be useful:
In the future, we could extend this by intercepting different events, such as: