export const LOADING = 'loading' export const LOADING_MODULE = 'loadingModule' export const CURRENT_LIST = 'currentList' export const HAS_TASKS = 'hasTasks' export const MENU_ACTIVE = 'menuActive' export const KEYBOARD_SHORTCUTS_ACTIVE = 'keyboardShortcutsActive' export const QUICK_ACTIONS_ACTIVE = 'quickActionsActive' export const BACKGROUND = 'background' export const BLUR_HASH = 'blurHash' export const LOGO_VISIBLE = 'logoVisible' export const CONFIG = 'config'