added section headers to bottom nav create

This commit is contained in:
vabene1111
2023-03-14 22:12:39 +01:00
parent ebb6e669e2
commit a60f1a3e92
4 changed files with 20 additions and 11 deletions

View File

@@ -293,8 +293,9 @@
<bottom-navigation-bar :create_links="[{label:$t('Export_To_ICal'), url: iCalUrl, icon:'fas fa-download'}]">
<template #custom_create_functions>
<h6 class="dropdown-header">{{ $t('Meal_Plan')}}</h6>
<a class="dropdown-item" @click="createEntryClick(new Date())"><i
class="fas fa-calendar-plus"></i> {{ $t("Create") }}</a>
class="fas fa-calendar-plus fa-fw"></i> {{ $t("Create") }}</a>
</template>
</bottom-navigation-bar>
</div>