config-editor-ui testcases (#36)

* add persistent testcases to UI

fix textbox resize issue
performance improvements
* prevent recreating a form when a new config is selected
* refactor so that less components access the store

* update version

* fixes and PR clean

fix textarea autosizing, make input default for string type for perf
This commit is contained in:
Thomas Gilgan
2019-12-31 15:30:00 +00:00
committed by GitHub Enterprise
parent e7d18fead6
commit 0d12b23573
56 changed files with 3460 additions and 382 deletions

View File

@@ -15,7 +15,7 @@ import * as fromStore from 'app/store';
import { cloneDeep } from 'lodash';
import { Observable } from 'rxjs';
import { take } from 'rxjs/operators';
import { TestingDialogComponent } from '../testing-dialog/testing-dialog.component';
import { TestingDialogComponent } from '../testing/testing-dialog/testing-dialog.component';
@Component({
selector: 're-deploy-dialog',