1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-23 15:19:41 +02:00

feat: add peak toggle for seeing original ingredient txt (#1111)

* add peak toggle for seeing original ingredient txt

* add recent changes + format

* cleanup search view

* space out results
This commit is contained in:
Hayden 2022-03-29 09:38:23 -08:00 committed by GitHub
parent 1a23f867da
commit 1092e0ce7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 50 deletions

View file

@ -122,7 +122,8 @@
:buttons="[
{
icon: $globals.icons.dotsVertical,
text: $t('general.delete'),
text: '',
event: 'open',
children: [
{
text: 'Toggle Section',
@ -140,7 +141,7 @@
},
{
icon: previewStates[index] ? $globals.icons.edit : $globals.icons.eye,
text: previewStates[index] ? $t('general.edit') : 'Preview Markdown',
text: previewStates[index] ? $tc('general.edit') : 'Preview Markdown',
event: 'preview-step',
},
]"