frontend-taskdone/src/store/mutation-types.js
kolaente bfb356eb8b
Merge branch 'main' into feature/blur-hash
# Conflicts:
#	package.json
#	src/components/home/contentAuth.vue
2022-01-08 13:51:36 +01:00

13 lines
455 B
JavaScript

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 CONFIG = 'config'
export const AUTH = 'auth'