language + biome
This commit is contained in:
parent
1b310d7174
commit
9822ebc3bf
135 changed files with 441 additions and 247 deletions
|
|
@ -16,11 +16,13 @@ import { defineStore } from 'pinia'
|
|||
import { toRaw } from 'vue'
|
||||
|
||||
import { CURRENT_UPDATE_COUNTER } from 'src/components/update_notification/update_notification.js'
|
||||
|
||||
import { useInstanceStore } from 'src/stores/instance'
|
||||
|
||||
import {
|
||||
defaultState as configDefaultState,
|
||||
instanceDefaultConfig,
|
||||
} from 'src/modules/default_config_state'
|
||||
import { useInstanceStore } from 'src/stores/instance'
|
||||
|
||||
export const VERSION = 2
|
||||
export const NEW_USER_DATE = new Date('2022-08-04') // date of writing this, basically
|
||||
|
|
@ -408,7 +410,7 @@ export const _doMigrations = (cache, live) => {
|
|||
return cache
|
||||
}
|
||||
|
||||
export const useSyncConfigStore = defineStore('syncConfigStore', {
|
||||
export const useSyncConfigStore = defineStore('sync_config', {
|
||||
state() {
|
||||
return cloneDeep(defaultState)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue