v1.2.4
Improvement
May 01, 2026
Faster everywhere: optimistic UI and instant modal toggles
The app feels snappier on long-haul connections (Asia, Europe) where round-trips to our SF server used to add 200–360ms to every click.
• Modals and drawers now open and close instantly client-side. The server still runs cleanup in the background, but you no longer wait on the network for the UI to react.
• Notebook entry sidebar opens by default on desktop and toggles instantly.
• Form fields debounce typing across the deadman wizard, video form, tag rename / create, and admin maintenance message.
• Switching between notebook entries patches in place instead of fully remounting — saves ~1s per click on cross-Pacific links.
• Lightweight /health endpoint replaces home-page hits from uptime monitors and the proxy healthcheck.
• Modals and drawers now open and close instantly client-side. The server still runs cleanup in the background, but you no longer wait on the network for the UI to react.
• Notebook entry sidebar opens by default on desktop and toggles instantly.
• Form fields debounce typing across the deadman wizard, video form, tag rename / create, and admin maintenance message.
• Switching between notebook entries patches in place instead of fully remounting — saves ~1s per click on cross-Pacific links.
• Lightweight /health endpoint replaces home-page hits from uptime monitors and the proxy healthcheck.