1
0
Fork 0

wip(lab): Working on handling layout

This commit is contained in:
Joost De Cock 2022-03-06 18:54:30 +01:00
parent dd5599c5d6
commit b948904de1
5 changed files with 232 additions and 52 deletions

View file

@ -58,6 +58,11 @@ const View = props => {
title: t('editThing', { thing: 'YAML' }),
onClick: () => props.updateGist(['_state', 'view'], 'edit')
},
{
name: 'clear',
title: t('clearThing', { thing: 'YAML' }),
onClick: () => props.setGist(null)
},
]
return (