mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
- Add public instantSave() method to handle instant saves from checkbox clicks - Remove redundant updatedIsMetricsEnabled() and updatedIsSentinelDebugEnabled() hooks - These hooks were causing duplicate notifications when checkboxes were toggled The instantSave attribute on checkboxes triggers wire:click='instantSave', which was failing because the method didn't exist. Now it saves settings and restarts Sentinel in one action, preventing the duplicate updates from both wire:click and wire:model events. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>