Skip to content

Commit d5fb2c4

Browse files
committed
Team filter split between groups and individual teams
1 parent d4339ee commit d5fb2c4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2>Nothing to show</h2>
189189
<div class="right-panel">
190190
<div class="team-filter">
191191
<mat-form-field class="team-chip-list">
192-
<mat-label>Team Filter</mat-label>
192+
<mat-label>Team Group Filter</mat-label>
193193
<mat-chip-list selectable>
194194
<mat-chip
195195
#c="matChip"
@@ -203,6 +203,11 @@ <h2>Nothing to show</h2>
203203
(click)="toggleTeamSelection(c)">
204204
{{ group.key }}
205205
</mat-chip>
206+
</mat-chip-list>
207+
</mat-form-field>
208+
<mat-form-field>
209+
<mat-label>Team Filter</mat-label>
210+
<mat-chip-list selectable>
206211
<mat-chip
207212
#c="matChip"
208213
*ngFor="let team of teamList"

0 commit comments

Comments
 (0)