Commit Graph
2 Commits
Author SHA1 Message Date
Claude 2a0c414a1c Fix: wrap load_modules() in try/catch so a bad module constructor never kills GUI init
Without this, any constructor throw in any module stops load_modules() mid-loop
and render_main_gui() (which builds the menu) never runs — resulting in a blank
page with no menu. The failing module is now logged to the browser console
instead of silently aborting startup.

https://claude.ai/code/session_01WVDg7amsy1TTtxvpku7bcM
2026-06-13 22:43:15 +00:00
motion 6ae4cbcb77 Add miniPaint as new frontend base 2026-01-26 12:20:16 -05:00