Upgrading webpack
This commit is contained in:
@ -59,21 +59,25 @@ class Queue extends React.Component{
|
||||
render(){
|
||||
var options = (
|
||||
<span>
|
||||
<button onClick={e => this.props.uiActions.openModal('kiosk_mode')}>
|
||||
<FontAwesome name="television" />
|
||||
Kiosk mode
|
||||
</button>
|
||||
<button onClick={e => this.props.uiActions.openModal('edit_radio')}>
|
||||
<FontAwesome name="spotify" />
|
||||
<FontAwesome name="podcast" />
|
||||
Radio
|
||||
</button>
|
||||
<button onClick={e => this.props.uiActions.openModal('kiosk_mode')}>
|
||||
<FontAwesome name="expand" />
|
||||
Fullscreen
|
||||
</button>
|
||||
<button onClick={e => hashHistory.push(global.baseURL+'queue-history')}>
|
||||
<FontAwesome name="history" />
|
||||
History
|
||||
</button>
|
||||
<button onClick={e => this.props.mopidyActions.clearTracklist()}>
|
||||
<FontAwesome name="trash" />
|
||||
Clear
|
||||
</button>
|
||||
<button onClick={e => hashHistory.push(global.baseURL+'queue-history')}>
|
||||
<FontAwesome name="history" />
|
||||
History
|
||||
<button onClick={e => this.props.uiActions.openModal('add_to_queue', {})}>
|
||||
<FontAwesome name="plus" />
|
||||
Add URI
|
||||
</button>
|
||||
</span>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user