From 31cbca674957eea7ae2529012e20a9d95158e561 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 21:33:14 -0500 Subject: feat: add ticket saved filters and label filtering Implements: https://todo.sr.ht/~ccleberg/hutch/32 Implements: https://todo.sr.ht/~ccleberg/hutch/33 --- Hutch/App/AppStorageKeys.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hutch/App/AppStorageKeys.swift') diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index 9a97657..5bb8307 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -14,6 +14,8 @@ enum AppStorageKeys { static let homeBuildsExpanded = "homeBuildsExpanded" static let buildsAutoRefreshInterval = "buildsAutoRefreshInterval" static let buildsRepoFilter = "buildsRepoFilter" + static let ticketFilterState = "ticketFilterState" + static let ticketSavedFilters = "ticketSavedFilters" static let appTheme = "appTheme" static let displayDensity = "displayDensity" } -- cgit v1.2.3