ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

Handle Site Changes on Broadcast Page #90

Closed ao-david closed 1 month ago

ao-david commented 1 month ago

The site-menu now has the ability to fire events for pages to listen for when the site is changed. This can allow for more control over what happens when the site is changed on sensitive pages.

On the broadcast page, the page will listen for the event, and check with the user that they want to change the site, if they do, the page 'refreshes' but does not send any of the old data. This addresses #88