fada511eccd00981dacc73aae00a843ed5aaf57c
Build and Push Docker Image / build (push) Successful in 2m42s
both auto-process toggles (Inbox, Queue) used a fully-controlled checkbox whose checked prop was driven by data.autoProcessing / autoProcessQueue. that made clicks feel frozen on anything slower than localhost: react reconciles the DOM back to the pre-click value between onChange firing and setData landing after loadAll, so a click could look like it snapped back before the server answered. uncheck in particular showed up as "can't turn it off" when the queue was idle. mirror the prop in a local useState + sync via useEffect so the box flips on click and the server value reconciles on the next pipeline refresh. matches the pattern SettingsPage already uses for the same toggle. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
99.7%
Dockerfile
0.2%