shopping list and docs

This commit is contained in:
vabene1111
2021-01-26 20:58:19 +01:00
parent 935dee853e
commit 35ee5847ca
4 changed files with 49 additions and 1 deletions

View File

@@ -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) {

View File

@@ -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, '')