feat: Switched editor appearance preferences to be local instead of synced (#2870)

This commit is contained in:
Aman Harwara
2024-04-24 12:24:34 +05:30
committed by GitHub
parent c402b66977
commit 594a6061b2
15 changed files with 120 additions and 73 deletions

View File

@@ -7,6 +7,7 @@ import { Migration2_167_6 } from './2_167_6'
import { Migration2_168_6 } from './2_168_6'
import { Migration2_202_1 } from './2_202_1'
import { Migration2_208_0 } from './2_208_0'
import { Migration2_209_0 } from './2_209_0'
export const MigrationClasses = [
Migration2_0_15,
@@ -18,6 +19,7 @@ export const MigrationClasses = [
Migration2_168_6,
Migration2_202_1,
Migration2_208_0,
Migration2_209_0,
]
export {
@@ -30,4 +32,5 @@ export {
Migration2_168_6,
Migration2_202_1,
Migration2_208_0,
Migration2_209_0,
}