mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
[dir view, toast] redesigned the 'converting' tip for md & sdoc file … (#5822)
* [dir view, toast] redesigned the 'converting' tip for md & sdoc file items; added a new type of toast * [toast] updated the loading icon of the 'notify-in-progress' toast
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
import React from 'react';
|
||||
import { Modal, ModalBody } from 'reactstrap';
|
||||
import Loading from '../loading';
|
||||
import { gettext } from '../../utils/constants';
|
||||
|
||||
import '../../css/convert-markdown.css';
|
||||
|
||||
function ConvertMarkdownDialog() {
|
||||
return (
|
||||
<Modal isOpen={true} centered={true} className="container-markdown-container">
|
||||
<ModalBody className='container-markdown-content'>
|
||||
<Loading />
|
||||
<div className='d-flex justify-content-center'>{gettext('Converting')}...</div>
|
||||
</ModalBody>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
||||
export default ConvertMarkdownDialog;
|
Reference in New Issue
Block a user