diff options
| author | Christian Cleberg <[email protected]> | 2026-04-12 21:33:14 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-12 21:33:14 -0500 |
| commit | 31cbca674957eea7ae2529012e20a9d95158e561 (patch) | |
| tree | ea57e5b7faf17b3a3a0967e074960f41d3556393 /Hutch/App | |
| parent | 7548bfb595d853c682653c0dc21bb3bf17af80d5 (diff) | |
| download | hutch-31cbca674957eea7ae2529012e20a9d95158e561.tar.gz hutch-31cbca674957eea7ae2529012e20a9d95158e561.tar.bz2 hutch-31cbca674957eea7ae2529012e20a9d95158e561.zip | |
feat: add ticket saved filters and label filtering
Implements: https://todo.sr.ht/~ccleberg/hutch/32
Implements: https://todo.sr.ht/~ccleberg/hutch/33
Diffstat (limited to 'Hutch/App')
| -rw-r--r-- | Hutch/App/AppStorageKeys.swift | 2 |
1 files changed, 2 insertions, 0 deletions
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" } |
