mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 07:08:03 -05:00
shopping list and docs
This commit is contained in:
@@ -453,7 +453,7 @@
|
||||
});
|
||||
|
||||
let ordered_categories = []
|
||||
for (let [i,v] of Object.entries(categories)){
|
||||
for (let [i, v] of Object.entries(categories)) {
|
||||
ordered_categories.push(v)
|
||||
}
|
||||
|
||||
@@ -509,6 +509,8 @@
|
||||
|
||||
this.searchUsers('')
|
||||
this.searchSupermarket('')
|
||||
this.searchUnits('')
|
||||
this.searchFoods('')
|
||||
},
|
||||
methods: {
|
||||
findMergeEntry: function (categories, entry) {
|
||||
|
||||
@@ -85,6 +85,7 @@ def recipe_last(recipe, user):
|
||||
def page_help(page_name):
|
||||
help_pages = {
|
||||
'edit_storage': 'https://vabene1111.github.io/recipes/features/external_recipes/',
|
||||
'view_shopping': 'https://vabene1111.github.io/recipes/features/shopping/',
|
||||
}
|
||||
|
||||
link = help_pages.get(page_name, '')
|
||||
|
||||
Reference in New Issue
Block a user