Initial implementation of saving split value to local storage

This commit is contained in:
Laurent Nguyen
2024-06-10 14:25:58 +02:00
parent 7002da0b51
commit 1ee79881ef
4 changed files with 56 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export enum StorageKey {
GalleryCalloutDismissed,
VisitedAccounts,
PriorityLevel,
DocumentsTabPrefs,
}
export const hasRUThresholdBeenConfigured = (): boolean => {