beaverbuilder / feature-requests

Feature request board for Beaver Builder products.
26 stars 4 forks source link

Implement Heartbeat or Interim Login Screen #361

Open majick777 opened 2 months ago

majick777 commented 2 months ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I leave a page open for editing the next day... When I come back to it of course I can't save, I get the generic "there has been a problem saving" popup message. Reloading the page of course works, but seems unnecessary since I have to go login again anyway.

Describe the solution you'd like Beaver Builder should be able to detect when a login has timed out and provide an interim login screen just like normal admin. Whether that is done via WP Heartbeat or it's own implementation. It seems fairly trivial to detect this case instead of showing the generic "there has been a problem saving" message.

Describe alternatives you've considered Could use the inbuilt WP Heartbeat and load a login popup (via thickbox as in admin.) Or implement it's own similar solution for heartbeat and/or login popup (so as to not require using thickbox.)