mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-07 04:26:32 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user