mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
feat: apply new layout overhaul
This commit is contained in:
committed by
Rainer Killinger
parent
f16e5394cc
commit
7bbdba5c0b
@@ -66,7 +66,7 @@
|
||||
(click)="syncCalendar(true)"
|
||||
>
|
||||
<ion-label>Sync Now</ion-label>
|
||||
<ion-icon slot="end" name="sync"></ion-icon>
|
||||
<ion-icon slot="end" name="refresh"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-item>
|
||||
<ion-item *ngIf="isWeb">
|
||||
@@ -97,7 +97,7 @@
|
||||
<ion-label>{{
|
||||
'settings.calendar.export.backup' | translate
|
||||
}}</ion-label>
|
||||
<ion-icon slot="end" name="save"></ion-icon>
|
||||
<ion-icon slot="end" name="device-floppy"></ion-icon>
|
||||
</ion-button>
|
||||
<ion-button fill="clear" (click)="restoreInput.click()">
|
||||
<ion-label>{{
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<ion-header>
|
||||
<ion-toolbar color="primary">
|
||||
<ion-toolbar color="primary" mode="ios">
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
<ion-menu-button></ion-menu-button>
|
||||
<ion-back-button
|
||||
[defaultHref]="'..'"
|
||||
[text]="'back' | translate | titlecase"
|
||||
></ion-back-button>
|
||||
</ion-buttons>
|
||||
<ion-title>{{ 'settings.title' | translate | titlecase }}</ion-title>
|
||||
</ion-toolbar>
|
||||
@@ -43,6 +45,6 @@
|
||||
(click)="presentResetAlert()"
|
||||
>
|
||||
{{ 'settings.resetSettings' | translate }}
|
||||
<ion-icon slot="start" name="undo"></ion-icon>
|
||||
<ion-icon slot="start" name="arrow-back-up"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user