mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 02:33:22 -04:00
feat: add group statistics on profile page
* resolve file not found error and add constants * add group stats and storage functionality * generate new types * add statistics and storage cap graphs * fix: add loadFood query param #1103 * refactor to flex view
This commit is contained in:
@@ -97,7 +97,7 @@ export const useRecipes = (all = false, fetchRecipes = true) => {
|
||||
})();
|
||||
|
||||
async function refreshRecipes() {
|
||||
const { data } = await api.recipes.getAll(start, end);
|
||||
const { data } = await api.recipes.getAll(start, end, { loadFood: true });
|
||||
if (data) {
|
||||
recipes.value = data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user