mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 02:35:23 -04:00
added 'gitlab snippet' item to import and export menus (#624)
This commit is contained in:
parent
4d28ebe21f
commit
460aef6ffe
2 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,10 @@ const ExportMenu: React.FC = () => {
|
||||||
<ForkAwesomeIcon icon='github' className={'mx-2'}/>
|
<ForkAwesomeIcon icon='github' className={'mx-2'}/>
|
||||||
Gist
|
Gist
|
||||||
</Dropdown.Item>
|
</Dropdown.Item>
|
||||||
|
<Dropdown.Item className='small'>
|
||||||
|
<ForkAwesomeIcon icon='gitlab' className={'mx-2'}/>
|
||||||
|
Gitlab Snippet
|
||||||
|
</Dropdown.Item>
|
||||||
|
|
||||||
<Dropdown.Divider/>
|
<Dropdown.Divider/>
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@ export const ImportMenu: React.FC = () => {
|
||||||
<ForkAwesomeIcon icon='github' className={'mx-2'}/>
|
<ForkAwesomeIcon icon='github' className={'mx-2'}/>
|
||||||
Gist
|
Gist
|
||||||
</Dropdown.Item>
|
</Dropdown.Item>
|
||||||
|
<Dropdown.Item className='small'>
|
||||||
|
<ForkAwesomeIcon icon='gitlab' className={'mx-2'}/>
|
||||||
|
Gitlab Snippet
|
||||||
|
</Dropdown.Item>
|
||||||
<Dropdown.Item className='small'>
|
<Dropdown.Item className='small'>
|
||||||
<ForkAwesomeIcon icon='clipboard' className={'mx-2'}/>
|
<ForkAwesomeIcon icon='clipboard' className={'mx-2'}/>
|
||||||
<Trans i18nKey='editor.import.clipboard'/>
|
<Trans i18nKey='editor.import.clipboard'/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue