Skip to content

Commit 1a570e0

Browse files
authored
feat(startup): implement smart component and integrate data loading (#599)
* feat(startup): add inspection list components * feat(startup): implement smart component and integrate data loading #558 * Fix name of the function pointed out by the review
1 parent 8dfbb37 commit 1a570e0

29 files changed

Lines changed: 312 additions & 1869 deletions

web/src/app/dialogs/new-inspection/components/alias-chip.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ $alias-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 600);
3030
container-shape-radius: 5px,
3131
)
3232
);
33-
34-
&.exclusion {
35-
background-color: $exclusion-color;
36-
}
3733
}
3834

3935
.display-label {

web/src/app/dialogs/startup/components/startup-header.component.html

Lines changed: 0 additions & 59 deletions
This file was deleted.

web/src/app/dialogs/startup/components/startup-header.component.scss

Lines changed: 0 additions & 117 deletions
This file was deleted.

web/src/app/dialogs/startup/components/startup-header.component.spec.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

web/src/app/dialogs/startup/components/startup-header.component.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

web/src/app/dialogs/startup/components/startup-header.stories.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)