1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00

added share functionality. changed random recipe selection to prevent repeating duplicate choices.

This commit is contained in:
AquaticLava
2023-08-01 17:02:05 -06:00
parent ac17b84a7a
commit df684f591a
3 changed files with 32 additions and 3 deletions

View File

@@ -371,7 +371,8 @@ export default {
servings: 1,
date: Date.now(),
startDay: null,
endDay: null
endDay: null,
shared: []
},
showDate: new Date(),
plan_entries: [],