You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, the new morphing feature feels extremely seamless whenever a refresh is triggered. If it weren't for the progress bar, I'm not even sure I'd know that it was happening. As an end user of an app that utilizes morphing it is likely not necessary and is instead potentially distracting to see a refresh bar appear when they aren't even expecting the page to refresh. Is there any way to disable the progress bar for page morph actions?
The text was updated successfully, but these errors were encountered:
@jorgemanrubia thoughts on this proposal? I think it would be beneficial to allow users to disable the progress bar both globally and at the frame/stream level. This would provide greater flexibility in managing user experience.
Example:
// Turns off the progress bar globallyTurbo.progressBar='off';
<turbo-streamaction="refresh" target="example_target" progress-bar="off"><template><!-- Content updates here won't trigger the progress bar --></template></turbo-stream><turbo-frameid="example_frame" progress-bar="off"><!-- Content here won't trigger the progress bar when loading --></turbo-frame>
First of all, the new morphing feature feels extremely seamless whenever a refresh is triggered. If it weren't for the progress bar, I'm not even sure I'd know that it was happening. As an end user of an app that utilizes morphing it is likely not necessary and is instead potentially distracting to see a refresh bar appear when they aren't even expecting the page to refresh. Is there any way to disable the progress bar for page morph actions?
The text was updated successfully, but these errors were encountered: