add: wording, vibration

Adapt wordings, add small vibration on edit and delete
This commit is contained in:
webfussel 2025-05-10 13:59:25 +02:00
parent 3f398a0081
commit 27f051cf14
4 changed files with 8 additions and 6 deletions
app/components/Pp

View file

@ -5,7 +5,7 @@
>
<form method="dialog">
<header class="flex-row padding">
{{ cardLabel }}
{{ currentCardIndex > -1 ? 'Bearbeiten' : 'Neues Hinzufügen' }}
<PpButton class="round text">
<Icon name="uil:times" mode="svg" />
</PpButton>
@ -65,7 +65,7 @@
</PpButton>
</form>
<PpButton class="raised" @click="validate">
<span>{{ cardLabel }}</span>
<span>{{ currentCardIndex > -1 ? 'Übernehmen' : 'Hinzufügen' }}</span>
</PpButton>
</footer>
</dialog>