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
When activating a feature on the Performance screen, there can be quite a bit of delay between the initial click and the page reloading with the success admin notice:
Screen.recording.2024-04-15.10.18.42.webm
This is because activating a feature may involve installing a plugin first before activating the plugin. There should be some spinner that appears with the Activate button that was clicked. Also, the other features' Activate buttons should also be disabled while this reload process is happening.
Perhaps better would be to use an Ajax process to activate the plugin rather than to do a full page reload. This would allow a user to click to activate multiple features without having to wait for a page reload (e.g. shiny updates).
Feature Description
When activating a feature on the Performance screen, there can be quite a bit of delay between the initial click and the page reloading with the success admin notice:
Screen.recording.2024-04-15.10.18.42.webm
This is because activating a feature may involve installing a plugin first before activating the plugin. There should be some spinner that appears with the Activate button that was clicked. Also, the other features' Activate buttons should also be disabled while this reload process is happening.
Perhaps better would be to use an Ajax process to activate the plugin rather than to do a full page reload. This would allow a user to click to activate multiple features without having to wait for a page reload (e.g. shiny updates).