mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 10:19:14 +02:00
21 add description for reminders
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user