DoodlesEpic / MultiplayerPicross

Picross-style nonogram puzzles, but multiplayer.
https://picross.doodlesdev.com/
GNU Affero General Public License v3.0
3 stars 0 forks source link

fix: errors aren't always shown in the frontend #12

Open DoodlesEpic opened 1 year ago

DoodlesEpic commented 1 year ago

So sometimes when an error happens in the load or actions of a page, the frontend either doesn't receive the error or doesn't display it using the appropriate error context or conditional element. I'll have to check every single route to make sure these are working as expected.