From 1715e59287a7b48b29ed8cbf2cd45fcc92ec3126 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 25 Apr 2026 00:25:18 -0500 Subject: DomainDig v4.0.0 — Integrations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Outbound webhook delivery * Native Slack webhook integration * SMTP-based email alerts * Per-integration event filtering * Reliable local delivery queue * Delivery logs and retry visibility * Integration management UI * Normalized event severity model * Canonical structured event payloads --- DomainDig/ContentView.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DomainDig/ContentView.swift') diff --git a/DomainDig/ContentView.swift b/DomainDig/ContentView.swift index 754909c..c9f40d6 100644 --- a/DomainDig/ContentView.swift +++ b/DomainDig/ContentView.swift @@ -2540,6 +2540,10 @@ struct SettingsView: View { MonitoringView(viewModel: viewModel) } + NavigationLink("Integrations") { + IntegrationsSettingsView() + } + NavigationLink("iCloud Sync") { CloudSyncSettingsView() } -- cgit v1.2.3