Added new buttons to see all proofs and challenges already execute
This commit is contained in:
@@ -10,18 +10,22 @@
|
||||
<ion-item lines="full">
|
||||
@switch (n) {
|
||||
@case (1) {
|
||||
<p class="text-sm text-gray-600">Modifier le pseudo</p>
|
||||
<p class="text-sm text-gray-600">Ma galerie</p>
|
||||
<ion-icon slot="end" class="text-xl text-gray-400" name="chevron"></ion-icon>
|
||||
}
|
||||
@case (2) {
|
||||
<p class="text-sm text-gray-600">Modifier l'email</p>
|
||||
<p class="text-sm text-gray-600">Modifier le pseudo</p>
|
||||
<ion-icon slot="end" class="text-xl text-gray-400" name="chevron"></ion-icon>
|
||||
}
|
||||
@case (3) {
|
||||
<p class="text-sm text-gray-600">Modifier le mot de passe</p>
|
||||
<p class="text-sm text-gray-600">Modifier l'email</p>
|
||||
<ion-icon slot="end" class="text-xl text-gray-400" name="chevron"></ion-icon>
|
||||
}
|
||||
@case (4) {
|
||||
<p class="text-sm text-gray-600">Modifier le mot de passe</p>
|
||||
<ion-icon slot="end" class="text-xl text-gray-400" name="chevron"></ion-icon>
|
||||
}
|
||||
@case (5) {
|
||||
<p class="text-sm text-gray-600">Changer de désignation</p>
|
||||
<ion-icon slot="end" class="text-xl text-gray-400" name="chevron"></ion-icon>
|
||||
}
|
||||
|
||||
@@ -18,5 +18,5 @@ addIcons({
|
||||
})
|
||||
export class SettingsOptionsComponent {
|
||||
|
||||
options = [1, 2, 3, 4, 5];
|
||||
options = [1, 2, 3, 4, 5, 6];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user