summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-02 00:27:34 -0500
committerChristian Cleberg <[email protected]>2026-04-02 00:27:34 -0500
commitf820109a956c627e510880a7cac88cb35032203b (patch)
tree942bfad93efbb8a2a98e98b0a9590e2631613b3a /Hutch/App
parent7f79cadf99ecf014834855e2e4a5c7d60dd709ac (diff)
downloadhutch-f820109a956c627e510880a7cac88cb35032203b.tar.gz
hutch-f820109a956c627e510880a7cac88cb35032203b.tar.bz2
hutch-f820109a956c627e510880a7cac88cb35032203b.zip
Implement search history for Look Up page
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/AppStorageKeys.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
index 87ec420..6b8c804 100644
--- a/Hutch/App/AppStorageKeys.swift
+++ b/Hutch/App/AppStorageKeys.swift
@@ -3,4 +3,5 @@ enum AppStorageKeys {
static let swipeActionsEnabled = "swipeActionsEnabled"
static let activeAccountID = "activeAccountID"
static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
+ static let lookupHistory = "lookupHistory"
}