zalmoxisus / atom-redux-devtools

Redux DevTools Atom package
MIT License
140 stars 3 forks source link

Allow use with local server (show button bar) #3

Closed tonyxiao closed 8 years ago

tonyxiao commented 8 years ago

Currently it is impossible to use atom-redux-devtools with a local server due to the fact that button bar is hidden.

ReactDOM.render(<DevTools noButtonBar={true} />, root);

Enabling the button bar causes styling issues in Atom (presumably that's why it's hidden). But it's better than not able to use the tool at all.

image

zalmoxisus commented 8 years ago

@tonyxiao, yes that is why it is hidden, but I'll try to solve styling issues because now we also have other useful buttons there: Dispatcher, Import, Export.

zalmoxisus commented 8 years ago

remotedev-app updated. Should work in 0.2.