-
- Downloads
fix: Ensure JS event listeners use turbo:load
Replaces DOMContentLoaded with turbo:load in several views to ensure JavaScript behaviors (like toggles, modals, and tabs) are correctly initialized after Turbo Drive navigations. This addresses issues where UI elements would not function correctly after a Turbo navigation until a full page reload. Affected files: - app/views/devise/registrations/edit.html.erb - app/views/admin/conferences/import_history.html.erb - app/views/shared/_admin_nav.html.erb - app/views/layouts/application.html.erb - app/views/admin/conferences/import_progress.html.erb - app/views/assignments/by_user.html.erb Cleaned up redundant listeners in application.html.erb and _admin_nav.html.erb.
Showing
- app/views/admin/conferences/import_history.html.erb 1 addition, 1 deletionapp/views/admin/conferences/import_history.html.erb
- app/views/admin/conferences/import_progress.html.erb 1 addition, 1 deletionapp/views/admin/conferences/import_progress.html.erb
- app/views/assignments/by_user.html.erb 1 addition, 1 deletionapp/views/assignments/by_user.html.erb
- app/views/devise/registrations/edit.html.erb 1 addition, 1 deletionapp/views/devise/registrations/edit.html.erb
- app/views/layouts/application.html.erb 0 additions, 10 deletionsapp/views/layouts/application.html.erb
- app/views/shared/_admin_nav.html.erb 1 addition, 5 deletionsapp/views/shared/_admin_nav.html.erb
Loading
Please register or sign in to comment