mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-10 08:42:17 +00:00
refactor: update to ionic v6
This commit is contained in:
@@ -51,14 +51,18 @@
|
||||
<stapps-single-events *ngSwitchCase="'single'"></stapps-single-events>
|
||||
</div>
|
||||
|
||||
<ion-fab
|
||||
*ngIf="fabVisible"
|
||||
@fabAnimation
|
||||
vertical="bottom"
|
||||
horizontal="end"
|
||||
slot="fixed"
|
||||
>
|
||||
<ion-fab-button (click)="showCreateEventModal()">
|
||||
<ion-fab id="add-events-fab" vertical="bottom" horizontal="end" slot="fixed">
|
||||
<ion-fab-button>
|
||||
<ion-icon name="add"></ion-icon>
|
||||
</ion-fab-button>
|
||||
</ion-fab>
|
||||
|
||||
<ion-modal
|
||||
trigger="add-events-fab"
|
||||
swipeToClose="true"
|
||||
[presentingElement]="routerOutlet.nativeEl"
|
||||
>
|
||||
<ng-template>
|
||||
<modal-event-creator style="height: 100%"></modal-event-creator>
|
||||
</ng-template>
|
||||
</ion-modal>
|
||||
|
||||
Reference in New Issue
Block a user