mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04: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:
		| @@ -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', | ||||
|                       }, | ||||
|                     ]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user