feat: Filter Recipes By Household (and a ton of bug fixes) (#4207)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Michael Genson
2024-09-22 09:59:20 -05:00
committed by GitHub
parent 2a6922a85c
commit 7c274de778
65 changed files with 896 additions and 590 deletions

View File

@@ -115,6 +115,7 @@
:headers.sync="tableHeaders"
:data="labels || []"
:bulk-actions="[{icon: $globals.icons.delete, text: $tc('general.delete'), event: 'delete-selected'}]"
initial-sort="name"
@delete-one="deleteEventHandler"
@edit-one="editEventHandler"
@delete-selected="bulkDeleteEventHandler"
@@ -271,7 +272,7 @@ export default defineComponent({
state,
tableConfig,
tableHeaders,
labels: labelStore.labels,
labels: labelStore.store,
validators,
// create