From 454c459394437f346a2d08d59a5504c0f6ec299f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 20 Apr 2026 12:42:09 -0500 Subject: feat: user-defined time period for recent builds card - limit Home failed-build counts to a configurable lookback window and add the setting under Behavior. - make the Recent and Builds rows fully tappable across the entire cell and add coverage for the new failed-build filtering. Fixes: https://todo.sr.ht/~ccleberg/hutch/67 --- Hutch/App/AppStorageKeys.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/App/AppStorageKeys.swift') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index d348f41..30cd0d0 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -23,4 +23,5 @@ enum AppStorageKeys { static let appTheme = "appTheme" static let displayDensity = "displayDensity" static let debugModeEnabled = "debugModeEnabled" + nonisolated static let homeFailedBuildLookbackDays = "homeFailedBuildLookbackDays" } -- cgit v1.2.3