|
|
@ -79,6 +79,14 @@
|
|
|
|
[disabled]="!isAdmin">
|
|
|
|
[disabled]="!isAdmin">
|
|
|
|
<mat-icon>event</mat-icon>
|
|
|
|
<mat-icon>event</mat-icon>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<div style="display: contents;" *ngIf="groupProfile.deletable">
|
|
|
|
|
|
|
|
<button mat-icon-button
|
|
|
|
|
|
|
|
class="request-button"
|
|
|
|
|
|
|
|
matTooltip="delete this group" matTooltipShowDelay="0"
|
|
|
|
|
|
|
|
(click)="deleteGroup()">
|
|
|
|
|
|
|
|
<mat-icon>delete</mat-icon>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</mat-toolbar-row>
|
|
|
|
</mat-toolbar-row>
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<mat-toolbar-row>
|
|
|
@ -115,14 +123,6 @@
|
|
|
|
(click)="leaveEvent(event)"
|
|
|
|
(click)="leaveEvent(event)"
|
|
|
|
[disabled]="!event.joined">
|
|
|
|
[disabled]="!event.joined">
|
|
|
|
<mat-icon>event_busy</mat-icon>
|
|
|
|
<mat-icon>event_busy</mat-icon>
|
|
|
|
<div style="display: contents;" *ngIf="groupProfile.deletable">
|
|
|
|
|
|
|
|
<button mat-icon-button
|
|
|
|
|
|
|
|
class="request-button"
|
|
|
|
|
|
|
|
matTooltip="delete this group" matTooltipShowDelay="0"
|
|
|
|
|
|
|
|
(click)="deleteGroup()">
|
|
|
|
|
|
|
|
<mat-icon>delete</mat-icon>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</mat-card-header>
|
|
|
|
</mat-card-header>
|
|
|
|