diff options
| author | Christian Cleberg <[email protected]> | 2026-04-25 00:25:18 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-25 00:25:18 -0500 |
| commit | 1715e59287a7b48b29ed8cbf2cd45fcc92ec3126 (patch) | |
| tree | cdca41731ecf7eff1aa83b20dc2a7c5fd33e649f /DomainDig/ContentView.swift | |
| parent | fd34553ab0e63b4d3bc22532b61f4fef32846f34 (diff) | |
| download | domain-dig-1715e59287a7b48b29ed8cbf2cd45fcc92ec3126.tar.gz domain-dig-1715e59287a7b48b29ed8cbf2cd45fcc92ec3126.tar.bz2 domain-dig-1715e59287a7b48b29ed8cbf2cd45fcc92ec3126.zip | |
DomainDig v4.0.0 — Integrations
* 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
Diffstat (limited to 'DomainDig/ContentView.swift')
| -rw-r--r-- | DomainDig/ContentView.swift | 4 |
1 files changed, 4 insertions, 0 deletions
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() } |
