summaryrefslogtreecommitdiff
path: root/DomainDig/DomainCompareView.swift
Commit message (Collapse)AuthorAgeFilesLines
* v4.7.0: Add domain-vs-domain comparisonChristian Cleberg2026-07-171-0/+82
- DiffService.compare(domainA:domainB:) reuses the existing section-diff builders to compare two distinct domains' latest reports, returning a new DomainComparisonResult (parallel to the time-based DomainDiff). - DomainCompareView: pick two tracked domains and render the comparison with the existing DomainDiffView section renderer. - Entry point: "Compare Domains" in the Watchlist toolbar menu, shown once at least two domains are tracked.