mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Update buttons (#992)
This commit is contained in:
parent
872a144a69
commit
3c0fb90b38
|
@ -85,14 +85,11 @@ class Actions extends Component<Props> {
|
|||
options.connectionId &&
|
||||
options.features.dispatch && <Dispatcher options={options} />}
|
||||
<Toolbar borderPosition="top">
|
||||
{features.export && (
|
||||
<Button title="Save a report" tooltipPosition="top-right">
|
||||
<MdSave />
|
||||
</Button>
|
||||
)}
|
||||
{features.export && <ExportButton />}
|
||||
{features.import && <ImportButton />}
|
||||
<PrintButton />
|
||||
{position &&
|
||||
(position !== '#popup' ||
|
||||
navigator.userAgent.indexOf('Firefox') !== -1) && <PrintButton />}
|
||||
<Divider />
|
||||
<MonitorSelector />
|
||||
<Divider />
|
||||
|
|
|
@ -35,11 +35,6 @@ export default class BottomButtons extends Component<Props> {
|
|||
const features = this.props.options.features;
|
||||
return (
|
||||
<Toolbar borderPosition="top">
|
||||
{features.export && (
|
||||
<Button title="Save a report" tooltipPosition="top-right">
|
||||
<MdSave />
|
||||
</Button>
|
||||
)}
|
||||
{features.export && <ExportButton />}
|
||||
{features.import && <ImportButton />}
|
||||
<PrintButton />
|
||||
|
|
Loading…
Reference in New Issue
Block a user