- Issue created by @ambient.impact
The progress bar that Turbo provides is decent but it doesn't expose much in the way to customize the HTML or better hook into its lifecycle. We can adapt it or a similar third-party component to have full control over it and improve it as we need. This will also help in styling/debugging it, as it's a bit annoying to do currently by finding a place to set a breakpoint in the dev tools debugger.
turbo/src/core/drive/progress_bar.js
See above.
Write or adapt our own version, and disable Turbo's progress bar.
TBD.
Minimal - progress bar should be about the same by default.
Mostly adding ways to customize or hook into the progress bar.
None.
Active
2.0
Code