diff options
| author | Christian Cleberg <[email protected]> | 2026-04-12 18:53:13 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-12 18:53:13 -0500 |
| commit | b526cddd8ec421eba00feecbdffae3978cb61b34 (patch) | |
| tree | f8426032d07a92d034975e90decd1ec0f85bd452 /Hutch/App/AppStorageKeys.swift | |
| parent | 92fb89cd35588ee36190c95b1af1e9595b397fae (diff) | |
| download | hutch-2.16.0.tar.gz hutch-2.16.0.tar.bz2 hutch-2.16.0.zip | |
feat: improve Home structure and navigationv2.16.0
implements: https://todo.sr.ht/~ccleberg/hutch/14
implements: https://todo.sr.ht/~ccleberg/hutch/15
implements: https://todo.sr.ht/~ccleberg/hutch/16
Diffstat (limited to 'Hutch/App/AppStorageKeys.swift')
| -rw-r--r-- | Hutch/App/AppStorageKeys.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index c1b39c4..68a9588 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -8,4 +8,7 @@ enum AppStorageKeys { static let hutchStatsBaseURL = "hutchStatsBaseURL" static let systemStatusSnapshotCache = "systemStatusSnapshotCache" static let systemStatusIncidentCache = "systemStatusIncidentCache" + static let homeProjectsExpanded = "homeProjectsExpanded" + static let homeAssignedTicketsExpanded = "homeAssignedTicketsExpanded" + static let homeBuildsExpanded = "homeBuildsExpanded" } |
