feature/mealplanner-rewrite (#417)

* multiple recipes per day

* fix update

* meal-planner rewrite

* disable meal-tests

* spacing

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-05-22 21:04:19 -08:00
committed by GitHub
parent 4b3fc45c1c
commit ef87f2231d
42 changed files with 1502 additions and 491 deletions

View File

@@ -3,7 +3,7 @@
ref="copyToolTip"
v-model="show"
color="success lighten-1"
right
top
:open-on-hover="false"
:open-on-click="true"
close-delay="500"
@@ -12,7 +12,7 @@
<template v-slot:activator="{ on }">
<v-btn
icon
color="primary"
:color="color"
@click="
on.click;
textToClipboard();
@@ -27,8 +27,7 @@
<v-icon left dark>
mdi-clipboard-check
</v-icon>
{{ $t('general.coppied')}}!
{{ $t("general.coppied") }}!
</span>
</v-tooltip>
</template>
@@ -39,6 +38,9 @@ export default {
copyText: {
default: "Default Copy Text",
},
color: {
default: "primary",
},
},
data() {
return {