feat: Upgraded Ingredient Parsing Workflow (#6151)

This commit is contained in:
Michael Genson
2025-09-20 23:37:14 -05:00
committed by GitHub
parent 9e5a54477f
commit c929a03b57
15 changed files with 758 additions and 547 deletions

View File

@@ -153,6 +153,7 @@ import {
mdiBellPlus,
mdiLinkVariantPlus,
mdiTableEdit,
mdiFileSign,
} from "@mdi/js";
export const icons = {
@@ -285,6 +286,7 @@ export const icons = {
undo: mdiUndo,
knfife: mdiKnife,
bread: mdiCookie,
fileSign: mdiFileSign,
// Crud
backArrow: mdiArrowLeftBoldOutline,