gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Prompt users to refresh UI if key settings change #114

Open evan10s opened 6 months ago

evan10s commented 6 months ago

If a setting value that affects the match list, description template, or other video metadata (such as video titles) is changed, users on the same device will immediately get the change (e.g., we automatically refresh the match list). However, other clients could still be using the outdated data. The server should send a websocket message if one of these settings is changed so that the client can prompt users to refresh their page.