decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
351 stars 108 forks source link

Have NetworkErrorPage use `window.location.reload` instead of `reset` #1175

Closed ConorBobbleHat closed 3 months ago

ConorBobbleHat commented 3 months ago

Fixes #870.

I've left UnexpectedErrorPage as using reset - it feels like a pure client-side rerender might be more appropriate as a recovery option there? I'm open to arguments the other way, too.