2nfm icon indicating copy to clipboard operation
2nfm copied to clipboard

Avoid reloading Receiver.vue

Open codysherman opened this issue 4 years ago • 0 comments

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.

codysherman avatar Mar 07 '20 17:03 codysherman