fix:#26 updated deps and fixed table align for reminder

This commit is contained in:
Elmar Kresse
2024-02-01 17:28:42 +01:00
parent 7ab18c129a
commit 137dc47822
5 changed files with 468 additions and 387 deletions

View File

@@ -139,14 +139,16 @@ async function deleteFeed() {
}}
</template>
<template v-else-if="field === 'Reminder'">
<Button
icon="pi pi-bell"
:severity="data.Module.reminder ? 'warning' : 'secondary'"
rounded
outlined
class="small-button"
@click="data.Module.reminder = !data.Module.reminder"
></Button>
<div class="flex align-items-start">
<Button
icon="pi pi-bell"
:severity="data.Module.reminder ? 'warning' : 'secondary'"
rounded
outlined
class="small-button"
@click="data.Module.reminder = !data.Module.reminder"
/>
</div>
</template>
<template v-else>
{{ data[field] }}
@@ -162,14 +164,16 @@ async function deleteFeed() {
/>
</template>
<template v-else-if="field === 'Reminder'">
<Button
icon="pi pi-bell"
:severity="data.Module.reminder ? 'warning' : 'secondary'"
rounded
outlined
class="small-button"
@click="data.Module.reminder = !data.Module.reminder"
></Button>
<div class="flex align-items-start">
<Button
icon="pi pi-bell"
:severity="data.Module.reminder ? 'warning' : 'secondary'"
rounded
outlined
class="small-button"
@click="data.Module.reminder = !data.Module.reminder"
/>
</div>
</template>
<template v-else>
{{ data[field] }}