mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Move torrent details to modal
This commit is contained in:
@@ -8,6 +8,7 @@ import EventTypes from '../../constants/EventTypes';
|
||||
import Modal from './Modal';
|
||||
import MoveTorrents from './MoveTorrents';
|
||||
import SettingsModal from './SettingsModal';
|
||||
import TorrentDetailsModal from './TorrentDetailsModal';
|
||||
import UIActions from '../../actions/UIActions';
|
||||
import UIStore from '../../stores/UIStore';
|
||||
|
||||
@@ -25,6 +26,7 @@ export default class Modals extends React.Component {
|
||||
confirm: ConfirmModal,
|
||||
'move-torrents': MoveTorrents,
|
||||
'add-torrents': AddTorrents,
|
||||
'torrent-details': TorrentDetailsModal,
|
||||
'settings': SettingsModal
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user