|
|
@ -4,7 +4,7 @@
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.gt-sm="true">
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.gt-sm="true">
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<div class="profile-picture"></div>
|
|
|
|
<div class="profile-picture"></div>
|
|
|
|
<span id="username">{{groupProfile.name}}</span>
|
|
|
|
<p id="username">{{groupProfile.name}}</p>
|
|
|
|
<div class="button-box">
|
|
|
|
<div class="button-box">
|
|
|
|
<button mat-icon-button
|
|
|
|
<button mat-icon-button
|
|
|
|
class="request-button"
|
|
|
|
class="request-button"
|
|
|
@ -62,6 +62,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</mat-toolbar-row>
|
|
|
|
</mat-toolbar-row>
|
|
|
|
</mat-toolbar>
|
|
|
|
</mat-toolbar>
|
|
|
|
|
|
|
|
<div id="accordion">
|
|
|
|
<mat-accordion>
|
|
|
|
<mat-accordion>
|
|
|
|
<mat-expansion-panel *ngIf="groupProfile.events.length > 0" expanded>
|
|
|
|
<mat-expansion-panel *ngIf="groupProfile.events.length > 0" expanded>
|
|
|
|
<mat-expansion-panel-header>
|
|
|
|
<mat-expansion-panel-header>
|
|
|
@ -106,6 +107,7 @@
|
|
|
|
</mat-expansion-panel>
|
|
|
|
</mat-expansion-panel>
|
|
|
|
</mat-accordion>
|
|
|
|
</mat-accordion>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div id="profilecontainer" *ngIf="groupNotFound">
|
|
|
|
<div id="profilecontainer" *ngIf="groupNotFound">
|
|
|
|
<h1>Group not found :(</h1>
|
|
|
|
<h1>Group not found :(</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|