commit open changes from previous iterations

This commit is contained in:
Marcel Arndt
2025-11-18 14:11:27 +01:00
parent 4cf79f3094
commit c33ab89354
63 changed files with 1646 additions and 227 deletions
@@ -10,7 +10,7 @@
<ul class="ml-4">
@for (step of target.steps; track step) {
<li class="list-disc">
{{ step.description }}
<div [innerHTML]="step.description"></div>
</li>
}
</ul>
@@ -25,7 +25,7 @@ import { Component } from '@angular/core';
class="w-full md:flex-grow lg:w-2/5 m-2 !flex flex-col"
>
<mat-card-header>
<mat-card-title> Anomalien </mat-card-title>
<mat-card-title> Anomalien in der Dokumentation</mat-card-title>
</mat-card-header>
<mat-card-content class="flex-grow">
<dks-anomaly-tree></dks-anomaly-tree>
@@ -36,7 +36,7 @@ import { Component } from '@angular/core';
class="w-full md:flex-grow lg:w-2/5 m-2 !flex flex-col"
>
<mat-card-header>
<mat-card-title> Mitarbeiter ohne Tour </mat-card-title>
<mat-card-title> Anomalien in der Zeiterfassung </mat-card-title>
</mat-card-header>
<mat-card-content class="flex-grow">
<dks-anomaly-list></dks-anomaly-list>
+10
View File
@@ -12,6 +12,16 @@ body {
color: var(--mat-sys-on-surface);
}
.dispolive-btn, .dyflexis-btn {
a[target="_blank"]::after {
content: " \2924"; /* Unicode-Pfeil */
font-size: 0.8em;
margin-left: 0.2em;
vertical-align: super;
opacity: 0.8;
}
}
.pulse {
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
animation-delay: 0.5s;