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

fix(client): Ensure stale data is discarded when event code changes #115

Closed evan10s closed 5 months ago

evan10s commented 6 months ago

If the user changes the event code, the following will now occur:

  1. The client will refresh the match list
  2. The currently selected match (which in reality is a match key that is specific to an event) is cleared. This also clears the description text and found match video files, since these both depend on the selected match key.

This should mean that changing the event code will now "just work" without any need to refresh the page.

Other changes:

TODO:

Closes #113

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 3.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: