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

Convert legacy page urls panel into Turbo Frame #2867

Merged
merged 3 commits into from
May 10, 2024

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented May 9, 2024

What is this pull request for?

Uses turbo frames instead of a remote form to get rid js.erb templates and use turbo streams instead.

screencast.2024-05-09.17-57-05.mp4

Checklist

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have added tests to cover this change

@tvdeyen tvdeyen added this to the 7.2 milestone May 9, 2024
@tvdeyen tvdeyen self-assigned this May 9, 2024
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.93%. Comparing base (cb56014) to head (520fd8e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2867      +/-   ##
==========================================
+ Coverage   95.88%   95.93%   +0.05%     
==========================================
  Files         229      229              
  Lines        6218     6222       +4     
==========================================
+ Hits         5962     5969       +7     
+ Misses        256      253       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen force-pushed the turbo-frame-legacy-page-urls branch from 691e04e to 07fdbe1 Compare May 9, 2024 20:16
Allows to build a table out of divs instead of table tags.
Useful for cases where a table markup is not possible.
If you want to use a turbo-frame per row for example.
Sometimes you dont want to use an alchemy_form_for,
because the form is not using features from it (ie. remote: true)
Uses turbo frames instead of a remote form to get rid js.erb templates
and use turbo streams instead.
@tvdeyen tvdeyen force-pushed the turbo-frame-legacy-page-urls branch from 07fdbe1 to 520fd8e Compare May 10, 2024 11:59
@tvdeyen tvdeyen marked this pull request as ready for review May 10, 2024 11:59
@tvdeyen tvdeyen requested a review from a team as a code owner May 10, 2024 11:59
@tvdeyen tvdeyen changed the title Turbo frame legacy page urls Convert legacy page urls panel into Turbo Frame May 10, 2024
@tvdeyen tvdeyen removed their assignment May 10, 2024
@tvdeyen tvdeyen enabled auto-merge May 10, 2024 12:05
@tvdeyen tvdeyen merged commit 8d12565 into AlchemyCMS:main May 10, 2024
35 of 36 checks passed
@tvdeyen tvdeyen deleted the turbo-frame-legacy-page-urls branch May 10, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants