Improve ui & performance

This commit is contained in:
Thomas Nordquist
2019-01-03 11:14:38 +01:00
parent 2b7e9a5ef7
commit 87dafc9c89
18 changed files with 676 additions and 364 deletions

View File

@@ -5,6 +5,7 @@
"max-line-length": [true, 200],
"member-access": true,
"no-else-after-return": false,
"align": false
"align": false,
"variable-name": false
}
}