whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Preact error dialog #120

Closed whscullin closed 2 years ago

whscullin commented 2 years ago

Adds an error modal, and hook up exception handling. Makes modals a top level element. Fixes hash value checking since I used that for manual testing.

whscullin commented 2 years ago

I seem to have broken hash monitoring again with my lint changes...