Wire up notify popup to hide/show at correct times. Closes #1911

This commit is contained in:
Gabe Kangas
2022-06-26 23:01:52 -07:00
parent 8fc922588b
commit 577ce5718d
4 changed files with 65 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
export const LOCAL_STORAGE_KEYS = {
username: 'username',
hasDisplayedNotificationModal: 'HAS_DISPLAYED_NOTIFICATION_MODAL',
userVisitCount: 'USER_VISIT_COUNT',
};
export function getLocalStorage(key) {