-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Implement in-place edition in list & details actions #6928
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
base: 4.x
Are you sure you want to change the base?
Conversation
@javiereguiluz I'm facing a particularly annoying structural issue. I will have to display some forms in the My initial idea was to update EA's index/detail page to load these assets manually when any field in the list contains an "edit in place" for this action. However, this might sound like a hack, but it would work in the end. How would you do it? |
Maybe more something for the long run: Use lazy loading stimulus controller for all js |
This wouldn't necessarily need Stimulus, but this would probably load unneeded JS in possibly all pages, and I want to avoid that, and prefer to load the JS code only when necessary. |
So far, this is the current state on a pet project: (Note: it works the same way on the ea_edit_in_place.mp4 |
Current roadmap:
edit
actionfetch
part in JSfetch
part in the Crud controller