added compactWidth setting

This commit is contained in:
srgooglo 2022-06-04 07:06:38 +02:00
parent e426d7a90b
commit f94720c34b
3 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"haptic_feedback": false,
"collapseOnLooseFocus": true,
"auto_darkMode": false,
"compactWidth": false,
"language": "en",
"sidebarKeys": [
"main",

View File

@ -6,6 +6,16 @@ import { UnsplashBrowser } from "./components"
import "./index.less"
export default [
{
"id": "compactWidth",
"title": "Compact Width",
"description": "Sets the width of the app to a compact width to facilitate the vision of components.",
"component": "Switch",
"icon": "MdCompress",
"group": "layout",
"experimental": true,
"storaged": true
},
{
"id": "reduceAnimations",
"storaged": true,

View File

@ -22,5 +22,9 @@
"account.profile": {
"title": "Profile",
"icon": "Book"
},
"layout": {
"title": "Layout",
"icon": "Layers"
}
}