chore: added micro interactions (#3783)

Co-authored-by: Dmitry <mukovkin@yandex.ru>
This commit is contained in:
Liyas Thomas
2024-01-30 18:42:42 +05:30
committed by GitHub
parent 1df9de44b7
commit 0d0ad7a2f8
51 changed files with 1289 additions and 1131 deletions

View File

@@ -67,9 +67,9 @@ export const getDefaultSettings = (): SettingsDef => ({
THEME_COLOR: "indigo",
BG_COLOR: "system",
TELEMETRY_ENABLED: true,
EXPAND_NAVIGATION: true,
EXPAND_NAVIGATION: false,
SIDEBAR: true,
SIDEBAR_ON_LEFT: true,
SIDEBAR_ON_LEFT: false,
COLUMN_LAYOUT: true,
})