mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
feat: Create Recipe From HTML or JSON (#4274)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
edf420491f
commit
4c1d855690
23 changed files with 408 additions and 115 deletions
|
@ -150,7 +150,8 @@ import {
|
|||
mdiRotateRight,
|
||||
mdiBookOpenPageVariant,
|
||||
mdiFileCabinet,
|
||||
mdiSilverwareForkKnife
|
||||
mdiSilverwareForkKnife,
|
||||
mdiCodeTags,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -192,6 +193,7 @@ export const icons = {
|
|||
clockOutline: mdiClockTimeFourOutline,
|
||||
codeBraces: mdiCodeJson,
|
||||
codeJson: mdiCodeJson,
|
||||
codeTags: mdiCodeTags,
|
||||
cog: mdiCog,
|
||||
commentTextMultiple: mdiCommentTextMultiple,
|
||||
commentTextMultipleOutline: mdiCommentTextMultipleOutline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue