Describe the bug
When clicking on items in the left navbar, there is no loading indicator any more. There used to be one in the older rails_admin version.
This is especially problematic when loading lists that take many seconds to load. Since there is no indicator, the user is not sure whether the page is loading or if they misclicked. So they might click again (and again, and again), but if they correctly clicked the first time, this may lead to cascading delays.
Reproduction steps
Click on any item in the left navbar that takes a little bit of time to load.
Expected behavior
A loading indicator should be shown. Here is a screenshot of the indicator from the older rails_admin version, showing at the bottom-right of the page:

Additional context
rails version: 7.0.2.3
rails_admin version: 3.0.0
I am using config.asset_source = :sprockets in config/initializers/rails_admin.rb, but I also tried with config.asset_source = :webpacker to no avail.
Maybe the problem started to happen during the switch to Turbo.
Describe the bug
When clicking on items in the left navbar, there is no loading indicator any more. There used to be one in the older rails_admin version.
This is especially problematic when loading lists that take many seconds to load. Since there is no indicator, the user is not sure whether the page is loading or if they misclicked. So they might click again (and again, and again), but if they correctly clicked the first time, this may lead to cascading delays.
Reproduction steps
Click on any item in the left navbar that takes a little bit of time to load.
Expected behavior
A loading indicator should be shown. Here is a screenshot of the indicator from the older rails_admin version, showing at the bottom-right of the page:
Additional context
railsversion: 7.0.2.3rails_adminversion: 3.0.0I am using
config.asset_source = :sprocketsinconfig/initializers/rails_admin.rb, but I also tried withconfig.asset_source = :webpackerto no avail.Maybe the problem started to happen during the switch to Turbo.