mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Merge 36acfb2075
into ac984a2d04
This commit is contained in:
commit
46c59fddfd
1 changed files with 7 additions and 6 deletions
|
@ -14,15 +14,16 @@
|
|||
btn-class="mx-2 mb-4"
|
||||
:items="availableParsers"
|
||||
/>
|
||||
|
||||
<BaseButton color="info" class="mb-4" :disabled="parserLoading" @click="fetchParsed">
|
||||
<template #icon> {{ $globals.icons.foods }}</template>
|
||||
{{ $tc("recipe.parser.parse-all") }}
|
||||
</BaseButton>
|
||||
</div>
|
||||
</BaseCardSectionTitle>
|
||||
|
||||
<div class="d-flex mt-n3 mb-4 justify-end" style="gap: 5px">
|
||||
<BaseButton cancel class="mr-auto" @click="$router.go(-1)"></BaseButton>
|
||||
<BaseButton color="info" :disabled="parserLoading" @click="fetchParsed">
|
||||
<template #icon> {{ $globals.icons.foods }}</template>
|
||||
{{ $tc("recipe.parser.parse-all") }}
|
||||
</BaseButton>
|
||||
<div class="d-flex mt-n3 mb-4 justify-end" style="position: sticky; top: 65px; z-index: 2;">
|
||||
<BaseButton cancel @click="$router.go(-1)"></BaseButton>
|
||||
<BaseButton save :disabled="parserLoading" @click="saveAll" />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue