summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
blob: 68a9588e7e17f35df34f1367f6a6a319d65f4c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Shared UserDefaults key constants
enum AppStorageKeys {
    static let swipeActionsEnabled = "swipeActionsEnabled"
    static let contributionGraphsEnabled = "contributionGraphsEnabled"
    static let activeAccountID = "activeAccountID"
    static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
    static let lookupHistory = "lookupHistory"
    static let hutchStatsBaseURL = "hutchStatsBaseURL"
    static let systemStatusSnapshotCache = "systemStatusSnapshotCache"
    static let systemStatusIncidentCache = "systemStatusIncidentCache"
    static let homeProjectsExpanded = "homeProjectsExpanded"
    static let homeAssignedTicketsExpanded = "homeAssignedTicketsExpanded"
    static let homeBuildsExpanded = "homeBuildsExpanded"
}