summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-12 18:59:34 -0500
committerChristian Cleberg <[email protected]>2026-04-12 18:59:34 -0500
commitb3d3e68e742650cb8a448a1f51fea7fb7783c36f (patch)
tree3508d8e3dcd31568fca293de9655a7f5957d40ea /Hutch/App
parentb526cddd8ec421eba00feecbdffae3978cb61b34 (diff)
downloadhutch-b3d3e68e742650cb8a448a1f51fea7fb7783c36f.tar.gz
hutch-b3d3e68e742650cb8a448a1f51fea7fb7783c36f.tar.bz2
hutch-b3d3e68e742650cb8a448a1f51fea7fb7783c36f.zip
feat: add builds auto-refresh and repo filtering
implements: https://todo.sr.ht/~ccleberg/hutch/17 implements: https://todo.sr.ht/~ccleberg/hutch/18
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/AppStorageKeys.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index 68a9588..ff309d4 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -11,4 +11,6 @@ enum AppStorageKeys {
static let homeProjectsExpanded = "homeProjectsExpanded"
static let homeAssignedTicketsExpanded = "homeAssignedTicketsExpanded"
static let homeBuildsExpanded = "homeBuildsExpanded"
+ static let buildsAutoRefreshInterval = "buildsAutoRefreshInterval"
+ static let buildsRepoFilter = "buildsRepoFilter"
}