#913 Refactor QueryReturns to minimize no of server calls

+ Update cmf dependencies to ^0.1.34
This commit is contained in:
Sebastian
2020-09-17 12:49:53 +02:00
parent ec5f494ba5
commit ca8c1b5f6b
9 changed files with 273 additions and 246 deletions

19
.vscode/settings.json vendored
View File

@@ -8,5 +8,22 @@
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"workbench.colorCustomizations": {
"activityBar.background": "#2f0f85",
"titleBar.activeBackground": "#1f0a57",
"titleBar.activeForeground": "#e7e7e7",
"activityBar.activeBackground": "#2f0f85",
"activityBar.activeBorder": "#ac3d13",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ac3d13",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#1f0a57",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f0f85",
"titleBar.inactiveBackground": "#1f0a5799",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1f0a57"
}