v2026.08.01.3
·
866 commits
to main
since this release
Hotfix after v2026.08.01.2 — the lazy-loaded inbox module failed to parse, so the Inbox view would not open in production.
Inbox
- fix Inbox module parse error — a missing
});after the filter-pill click handler and an undeclaredsortSelectinrender()stoppeddashboard-inbox.jsfrom loading, so the lazy-loaded Inbox view never registeredDashboardInbox(dashboard-inbox.js). - fix Inbox lazy-load race — the loader now waits until script exports are registered after
onload, not only for the load event (dashboard-inbox-loader.js).