Skip to content
Snippets Groups Projects
Select Git revision
  • 074c7fbb74b0f3980564ac58aa0ffe9a631ae98b
  • main default protected
  • renovate/redis-5.x-lockfile
  • renovate/ruby
  • renovate/solid_queue-1.x-lockfile
  • renovate/selenium-webdriver-4.x-lockfile
  • renovate/icalendar-2.x-lockfile
  • renovate/debug-1.x-lockfile
  • renovate/turbo-rails-2.x-lockfile
  • renovate/gcr.io-kaniko-project-executor-1.x
  • eh22 protected
  • update-rubocop
12 results

assignments

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Teal Bauer authored
    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.
    074c7fbb
    History