add logos and version number to settings tab

This commit is contained in:
2026-08-29 14:38:56 +02:00
parent 0c1a9f86d6
commit a2a7bc6100
57 changed files with 25 additions and 5 deletions
+4 -2
View File
@@ -39,7 +39,8 @@ export const translations = {
sendUmpireToCourt: 'Are you sure you want to send them to the court?',
sendUmpiresToCourt: 'Are you sure you want to send them to the court?',
sendUmpireMessage: '{umpire}',
sendUmpiresMessage: '{umpire} - {serviceJudge}'
sendUmpiresMessage: '{umpire} - {serviceJudge}',
version: 'Version',
},
hu: {
@@ -77,7 +78,8 @@ export const translations = {
sendUmpireToCourt: 'Biztos pályára küldöd őt?',
sendUmpiresToCourt: 'Biztos pályára küldöd őket?',
sendUmpireMessage: '{umpire}',
sendUmpiresMessage: '{umpire} - {serviceJudge}'
sendUmpiresMessage: '{umpire} - {serviceJudge}',
version: 'Verzió',
}
} as const;
+7
View File
@@ -54,5 +54,12 @@
}
</ion-col>
</ion-row>
<ion-row>
<ion-col sizeLg="6" pushLg="3">
<ion-item>
<ion-label class="ion-text-center">{{ 'version' | translate }}: 1.0.0</ion-label>
</ion-item>
</ion-col>
</ion-row>
</ion-grid>
</ion-content>
+4 -2
View File
@@ -12,7 +12,8 @@ import {
IonCol,
IonRow,
IonSelect,
IonSelectOption
IonSelectOption,
IonLabel
} from '@ionic/angular/standalone';
import { SettingsService } from '../services/settings-service';
import { CourtUmpireService } from '../services/court.umpire.service';
@@ -41,7 +42,8 @@ import { TranslatePipe } from '../i18n/translation.pipe';
IonContent,
IonSelect,
IonSelectOption,
TranslatePipe
TranslatePipe,
IonLabel
]
})
export class Tab3Page {
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB