Commit Graph

16 Commits

Author SHA1 Message Date
oem
00a70b03b3 avoid react 1.0.0 warnings 2015-09-11 13:53:33 +01:00
Nic Aitch
7b67ae9abb Fix devtools visiblity after hidding
* Increase max width/height to 30%
* Move min width to child
* Increase font size slightly in tree
2015-08-12 15:31:58 -05:00
Nic Aitch
540e9e506c Add box shadow to DebugPanel for depth 2015-08-11 23:09:20 -05:00
Nic Aitch
cb355c371d Bump min width to 300 2015-08-11 21:57:40 -05:00
dzannotti
6677e375b4 removed opacity on monitor 2015-08-10 23:44:52 +01:00
dzannotti
fb228b6f78 Merge remote-tracking branch 'gaearon/master' 2015-08-10 20:04:43 +01:00
Artem Sapegin
e2625943fe Increase z-index. 2015-08-10 17:49:53 +02:00
dzannotti
fb83a18614 tentative diff highlight 2015-08-07 23:52:42 +01:00
dzannotti
e28a543d4f added monokai theme 2015-08-07 17:44:54 +01:00
dzannotti
42d4c3f890 added theming 2015-08-07 17:36:36 +01:00
dzannotti
50212f88a0 beautified devtools look and removed lodash.assign as dep 2015-08-07 16:20:13 +01:00
Dan Abramov
53a8c74341 Merge pull request #23 from jasonals/patch-2
Make DebugPanel style customizable.
2015-07-21 20:33:51 +03:00
Jason Als
bc214a6691 Make DebugPanel style customizable.
With this you can pass style to DebugPanel component.

```js
<DebugPanel style={{maxWidth: '50%'}}> </DebugPanel>
```
2015-07-21 09:17:58 -04:00
Jason Als
a837af8e7a Remove scrollbar when hidden. 2015-07-21 09:14:10 -04:00
Patrick Burtchaell
daf029fca2 Show monitor when isVisible is true 2015-07-19 10:21:53 -05:00
Dan Abramov
644cd6fab6 Import the initial devTools implementation 2015-07-15 00:09:54 +03:00