mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
The stop button appeared unresponsive because UI updates waited for the server response. If the fetch hung or errored, the user saw nothing. Now the UI updates immediately (matching the pager stop pattern) and the server request happens in the background. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>