From 6b71a8a16e5e3089360d1464713164623cdb1ae8 Mon Sep 17 00:00:00 2001 From: alicia pritchett Date: Mon, 20 Sep 2021 10:04:12 -0400 Subject: [PATCH] wip - design changes --- .../workflow-spec-dialog.component.ts | 20 ------------------- .../workflow-spec-list.component.html | 18 ++++++++++------- .../workflow-spec-list.component.scss | 2 +- 3 files changed, 12 insertions(+), 28 deletions(-) diff --git a/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts b/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts index b6ed230..b5bc711 100644 --- a/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts +++ b/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts @@ -88,26 +88,6 @@ export class WorkflowSpecDialogComponent { required: true, }, }, - { - key: 'standalone', - type: 'checkbox', - defaultValue: this.data.standalone ? this.data.standalone : false, - templateOptions: { - label: 'Standalone', - description: 'Is this a standalone workflow?', - indeterminate: false, - }, - }, - { - key: 'library', - type: 'checkbox', - defaultValue: this.data.library ? this.data.library : false, - templateOptions: { - label: 'Library', - description: 'Is this a library workflow?', - indeterminate: false, - }, - }, ]; }); } diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.html b/src/app/workflow-spec-list/workflow-spec-list.component.html index 5aef44b..7c0cf6b 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.html +++ b/src/app/workflow-spec-list/workflow-spec-list.component.html @@ -3,11 +3,11 @@
- @@ -33,7 +33,7 @@ -

Libraries

+

Library Specs

@@ -53,8 +53,12 @@ -
-

Categories

+
+

Study Specs

+
diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.scss b/src/app/workflow-spec-list/workflow-spec-list.component.scss index 9d15b6c..1d95881 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.scss +++ b/src/app/workflow-spec-list/workflow-spec-list.component.scss @@ -17,7 +17,7 @@ } .category { - padding: 1rem 1rem 0 0; + padding: 1rem 1rem 1rem 0; h4 { margin: 1rem 1rem 0 0;