From 3f0b7746b1bee4c2f626eb805e3fd13c5f2f5d22 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 24 Apr 2026 15:04:54 -0500 Subject: DomainDig v3.8.0 — Smart Monitoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Stable domain intervals * Frequent changes decrease intervals * Duplicate states do not trigger alerts * Quiet hours suppress alerts * Quiet hours across midnight work correctly * Sensitivity levels alter behavior as expected --- DomainDig/HistoryView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DomainDig/HistoryView.swift') diff --git a/DomainDig/HistoryView.swift b/DomainDig/HistoryView.swift index be7548a..3d6151c 100644 --- a/DomainDig/HistoryView.swift +++ b/DomainDig/HistoryView.swift @@ -22,7 +22,8 @@ struct HistoryView: View { title: "No History Yet", message: "History stores local snapshots of previous inspections so you can revisit and compare them later.", suggestion: "Run a lookup to create your first saved snapshot.", - systemImage: "clock.arrow.trianglehead.counterclockwise.rotate.90" + systemImage: "clock.arrow.trianglehead.counterclockwise.rotate.90", + showsCardBackground: false ) .listRowBackground(Color(.systemGray6).opacity(0.5)) } else { -- cgit v1.2.3