Skip to content

Commit

Permalink
feat(loadout): add button to signal that things can change
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 28, 2023
1 parent de4ee20 commit 87283b5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

<ng-template #noSkill>
No skill in slot {{ skillIndex + 1 }}.

<ion-button slot="end" fill="outline" color="secondary">Change</ion-button>
</ng-template>

<ion-button slot="end"
Expand All @@ -76,6 +78,8 @@

<ng-template #noItem>
No item in slot {{ itemIndex + 1 }}.

<ion-button slot="end" fill="outline" color="secondary">Change</ion-button>
</ng-template>

<ion-button slot="end"
Expand All @@ -101,6 +105,8 @@

<ng-template #noItem>
No food in slot {{ foodIndex + 1 }}.

<ion-button slot="end" fill="outline" color="secondary">Change</ion-button>
</ng-template>

<ion-button slot="end"
Expand Down

0 comments on commit 87283b5

Please sign in to comment.