v1.0.9-beta.019 - feat: add toggle to enable/disable Discord notifications
This update brings the Discord notification settings in line with the newly added notification providers by introducing a master toggle switch.
Key changes:
- Updated the Alerts tab in src/app/admin/settings/page.tsx to include a discord_enabled toggle.
- Conditionally hide the Discord webhook configuration UI and Add Webhook button when disabled to reduce visual clutter.
- Set the default state of discord_enabled to true to ensure backward compatibility and prevent breaking existing admin configurations.