Skip to content
Snippets Groups Projects
Commit 5082372c authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Display status and actions properly

parent eb160d37
No related branches found
No related tags found
1 merge request!983Draft: feat(dashboard) : create dashboard !
Pipeline #123744 passed
...@@ -73,20 +73,20 @@ ...@@ -73,20 +73,20 @@
</div> </div>
<div> <div>
<app-tag-item <app-tag-item
[label]="getStatus(orientation.status)" [label]="getStatusLabel(orientation.status)"
[size]="'small'" [size]="'small'"
[color]="'dark-blue'" [color]="getStatusColor(orientation.status)"
[iconFolder]="'tags'" [iconFolder]="'tags'"
[iconName]="'new'" [iconName]="getStatusIcon(orientation.status)"
/> />
</div> </div>
<div> <div>
<app-tag-item <app-tag-item
[label]="getAction('toto')" [label]="getActionLabel('toto')"
[size]="'small'" [size]="'small'"
[color]="'blue'" [color]="getActionColor('toto')"
[iconFolder]="'tags'" [iconFolder]="'tags'"
[iconName]="'calendar'" [iconName]="getActionIcon('toto')"
/> />
</div> </div>
<div class="hide-on-mobile">🢒</div> <div class="hide-on-mobile">🢒</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment