providers: initial

This commit is contained in:
muerwre 2018-11-29 12:23:49 +07:00
parent b85141046d
commit 552e3effb8
16 changed files with 133 additions and 49 deletions

View file

@ -103,6 +103,13 @@ class Component extends React.PureComponent<Props, void> {
<Icon icon="icon-trash-4" />
</button>
<button
className={classnames({ active: mode === MODES.TRASH })}
onClick={this.props.takeAShot}
>
<Icon icon="icon-shot-3" />
</button>
<button
className={classnames('disabled', { active: mode === MODES.LOGO })}
>