Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use turbo frame and stream to create element #3053

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. feat(alchemy_form_for): Allow to disable remote

    In order to use `alchemy_form_for` in `turbo_frame_tag`s,
    we need to be able to disable the Ajax remote form feature
    from `rails-ujs`.
    tvdeyen committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    885ede5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat(Dialog): Add support for turbo frames

    Handle Turbo related events to support `turbo_frame_tag`s
    in Dialogs.
    tvdeyen committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6f735d2 View commit details
    Browse the repository at this point in the history
  2. Use turbo frame and stream to create element

    By responding with a turbo-stream instead of js.erb,
    we can replace the old Rail-UJS data-remote with a
    turbo-frame.
    tvdeyen committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dd93836 View commit details
    Browse the repository at this point in the history