Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

Add a test that stream actions rendered into the HTML are executed#1263

Merged
brunoprietog merged 1 commit intohotwired:mainfrom
radanskoric:test-stream-elements-inside-html
Jan 8, 2025
Merged

Add a test that stream actions rendered into the HTML are executed#1263
brunoprietog merged 1 commit intohotwired:mainfrom
radanskoric:test-stream-elements-inside-html

Conversation

@radanskoric
Copy link
Contributor

@radanskoric radanskoric commented May 24, 2024

Resolves: #1258
It's paired with: hotwired/turbo-site#192

As a consequence of the fundamental way in which Stream actions are implemented, they can also be executed by rendering them within any HTML that's included on the dom.

Since this is already being used as the feature in the community, adding this test will ensure this keeps working.

As a consequence of the fundamental way in which Stream actions are implemented,
they can also be executed by rendering them within any HTML that's included on
the dom.

Since this is already being used as the feature in the community, adding this
test will ensure this keeps working.
@radanskoric radanskoric force-pushed the test-stream-elements-inside-html branch from f25d5cd to 8dfce21 Compare July 23, 2024 19:46
Copy link
Collaborator

@brunoprietog brunoprietog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @radanskoric!

@brunoprietog brunoprietog merged commit ae14a60 into hotwired:main Jan 8, 2025
@radanskoric radanskoric deleted the test-stream-elements-inside-html branch January 8, 2025 18:13
@radanskoric
Copy link
Contributor Author

Thank you @brunoprietog!

What do you think are the chances of the matching documentation update being merged?
That's the PR linked from this one: hotwired/turbo-site#192 (it had a merge conflict which I resolved now)

@brunoprietog
Copy link
Collaborator

Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

The documentation does not mention that Stream Action tags can be rendered inside any HTML

2 participants