mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
23e7fcbc80
The issue was that onUpdateChannelChange() was calling saveConfiguration(), which automatically closes the modal after 1.5 seconds. Now: - onUpdateChannelChange() takes an autoSave parameter - Only saves and triggers modal close when user manually changes channel - Tab initialization calls onUpdateChannelChange() without autoSave - Created separate saveChannelSetting() for immediate channel updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>