codeburn/app/renderer
iamtoruk 781d37674b feat(app): error boundary so a crashing screen shows the error, not a blank
A render error in any section previously white-screened the whole app
(no boundary). Wrap the section content in an ErrorBoundary keyed by
section: the error message + component stack render in a card, the
sidebar stays usable, and navigating away recovers. Logs to the console
for diagnosis.
2026-07-11 14:33:16 -07:00
..
assets feat(app): sidebar matches the plain mockup 2026-07-11 08:58:16 -07:00
components feat(app): error boundary so a crashing screen shows the error, not a blank 2026-07-11 14:33:16 -07:00
hooks feat(app): T8 integration + cleanup — single refresh, ⌘-nav, shared error/format/period/series, README 2026-07-10 19:35:41 -07:00
lib feat(app): production-ready Sessions screen 2026-07-11 13:50:58 -07:00
sections feat(app): production-ready Sessions screen 2026-07-11 13:50:58 -07:00
styles feat(app): error boundary so a crashing screen shows the error, not a blank 2026-07-11 14:33:16 -07:00
test feat(app): scaffold Electron+Vite package and codeburn CLI spawn 2026-07-10 15:16:55 -07:00
App.test.tsx feat(app): Sessions and Compare screens 2026-07-11 12:37:04 -07:00
App.tsx feat(app): error boundary so a crashing screen shows the error, not a blank 2026-07-11 14:33:16 -07:00
index.html fix(app): resolve usePolled stale-response race + review nits 2026-07-10 15:40:11 -07:00
main.tsx feat(app): native integrated title bar + draggable chrome 2026-07-11 08:51:24 -07:00
vite-env.d.ts feat(app): scaffold Electron+Vite package and codeburn CLI spawn 2026-07-10 15:16:55 -07:00