feat(console): codemirror code editor for actions (#2736)

* feat: codemirror code editor

* cleanup

* lint

* mat import

* lint
This commit is contained in:
Max Peintner
2021-12-08 10:48:23 +01:00
committed by GitHub
parent 211dc7c21f
commit 7bf7379a05
11 changed files with 492 additions and 571 deletions

View File

@@ -24,6 +24,8 @@
@import 'src/app/modules/policies/private-labeling-policy/private-labeling-policy.component.scss';
@import 'src/app/modules/info-row/info-row.component.scss';
@import 'src/app/modules/idp-create/idp-type-radio/idp-type-radio.component.scss';
@import 'src/app/pages/actions/add-action-dialog/add-action-dialog.component';
@import './styles/codemirror.scss';
@mixin component-themes($theme) {
@include avatar-theme($theme);
@@ -52,4 +54,6 @@
@include owned-project-grid-theme($theme);
@include granted-project-grid-theme($theme);
@include info-row-theme($theme);
@include action-dialog-theme($theme);
@include codemirror-theme($theme);
}