keep-starknet-strange / madara-tsukuyomi

Madara Desktop Application
MIT License
20 stars 18 forks source link

ErrorBoundary for `main` #20

Closed apoorvsadana closed 9 months ago

apoorvsadana commented 10 months ago

Right now, we have an error boundary in the renderer which catches any erros and shows a "Something went wrong" message. We need to implement something similar for the main process as well. So, if some unhandled error occurs in the main process, the error boundary catches it, sends it to the rendered which then shows the appropriate dialog box.

NikolaGrujicic commented 10 months ago

i will take this

apoorvsadana commented 10 months ago

Any update on this @NikolaGrujicic?

0xGavinOwen commented 9 months ago

can i take this?

apoorvsadana commented 9 months ago

Sure, assigned to you!