21 add description for reminders

This commit is contained in:
survellow
2023-11-01 19:28:30 +01:00
parent cd924c23c1
commit b3374fab43

View File

@@ -21,7 +21,7 @@ const placeholders = ref([
@click="helpVisible = true" /> @click="helpVisible = true" />
<Dialog <Dialog
v-model:visible="helpVisible" v-model:visible="helpVisible"
header="Module placeholders" header="Module configuration"
> >
<p> <p>
Here you can rename your modules to your liking. This will be the name Here you can rename your modules to your liking. This will be the name
@@ -37,6 +37,10 @@ const placeholders = ref([
<Column field="description" header="Description"></Column> <Column field="description" header="Description"></Column>
<Column field="examples" header="Examples"></Column> <Column field="examples" header="Examples"></Column>
</DataTable> </DataTable>
<p>
Additionally, you can toggle notifications for each module.
If you do so, you will be notified 15 minutes before the event starts.
</p>
</Dialog> </Dialog>
</template> </template>