ugly but working shopping list

This commit is contained in:
vabene1111
2024-10-17 20:41:39 +02:00
parent e406bdbc2c
commit 615e3bfa3d
4 changed files with 416 additions and 22 deletions

View File

@@ -497,7 +497,7 @@ export const useShoppingStore = defineStore(_STORE_ID, () => {
}
}
return {entries, supermarkets, supermarketCategories, getEntriesByGroup, getFlatEntries, hasFailedItems, refreshFromAPI}
return {entries, supermarkets, supermarketCategories, getEntriesByGroup, getFlatEntries, hasFailedItems, refreshFromAPI, createObject, deleteObject, updateObject, undoChange, setEntriesCheckedState, delayEntries}
})
// enable hot reload for store