Fix manual and instumented layout changes (force event 'resize')

This commit is contained in:
Kristóf Tóth
2018-04-20 11:09:47 +02:00
parent 5e3e619423
commit 26df194a17
21 changed files with 26 additions and 335 deletions

View File

@ -1,13 +1,16 @@
export const config = {
dashboard: {
route: 'dashboard',
currentLayout: 'terminal-web',
currentLayout: 'terminal-ide-web',
enabledLayouts: new Set([
'terminal-ide-web',
'terminal-web',
'terminal-ide-vertical',
'terminal-ide-horizontal',
'terminal-only',
'web-only',
'ide-only'
'terminal-web',
'ide-web-vertical',
'ide-only',
'web-only'
]),
allLayouts: new Set([
'terminal-ide-web',