2nfm
2nfm copied to clipboard
Avoid reloading Receiver.vue
Remove all of the cases where we location.reload();
in Receiver.vue, while also making sure the state of the page is being reset when the streams end.
Right now we're using a page refresh as a lazy method to get the page back to it's initial state, being a Vue project now, we can do better.