Files
pulse/src
rcourtman 23e7fcbc80 fix: prevent settings modal from closing when clicking system tab
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>
2025-06-14 11:21:16 +01:00
..