AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 312 forks source link

wip: Add alchemy-action #2883

Closed tvdeyen closed 1 month ago

tvdeyen commented 1 month ago

Allows to call functions that are registered as action from a turbo_stream response.

What is this pull request for?

Describe you pull request here...

Closes # (Remove if not related to any issue)

Notable changes (remove if none)

Explain any changes (maybe breaking?) that have been made.

Screenshots

Remove if no visual changes have been made.

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.94%. Comparing base (7c1505e) to head (b5feb52). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2883 +/- ## ======================================= Coverage 95.94% 95.94% ======================================= Files 230 230 Lines 6260 6260 ======================================= Hits 6006 6006 Misses 254 254 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sascha-karnatz commented 1 month ago

I close this PR, because #2891 was merged.