dzannotti
|
fb83a18614
|
tentative diff highlight
|
2015-08-07 23:52:42 +01:00 |
|
dzannotti
|
61250b5562
|
fixed error display
|
2015-08-07 20:50:05 +01:00 |
|
dzannotti
|
2b2724c34f
|
restored scroll functionality to default
|
2015-08-07 20:30:51 +01:00 |
|
dzannotti
|
a19d7d6e9d
|
readded scroll and removed no longer used style
|
2015-08-07 20:25:41 +01:00 |
|
dzannotti
|
4ca436fdf2
|
cleaned up json tree items font sizing
|
2015-08-07 20:14:44 +01:00 |
|
dzannotti
|
f0c7d3fe61
|
added all base16 themes
|
2015-08-07 20:06:59 +01:00 |
|
dzannotti
|
46e71e7bb3
|
linting
|
2015-08-07 17:55:59 +01:00 |
|
dzannotti
|
244b897a2e
|
set ocean as default theme
|
2015-08-07 17:48:34 +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 |
|
dzannotti
|
45086e246c
|
Initial addition of JSON Tree Inspector
|
2015-08-07 02:49:47 +01:00 |
|
taylorhakes
|
4260c8b68b
|
Changed cursor: hand to pointer
|
2015-07-22 23:56:03 -04: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 |
|
Dan Abramov
|
f6e8d24b33
|
Use a generic setMonitorState action so other monitors can impleemnt other logic
|
2015-07-20 23:24:04 +03:00 |
|
Dan Abramov
|
6b4465699f
|
Copy
|
2015-07-20 23:13:09 +03:00 |
|
Dan Abramov
|
31baa586b8
|
Scroll to bottom while hidden
|
2015-07-20 23:11:14 +03:00 |
|
Rodrigo Bacelli
|
013ef07f72
|
Changes the keypress events to keydown events. Added preventDefault to stop default Browsers actions on 'ctrl + h'
|
2015-07-20 14:31:30 -03:00 |
|
Patrick Burtchaell
|
daf029fca2
|
Show monitor when isVisible is true
|
2015-07-19 10:21:53 -05:00 |
|
Patrick Burtchaell
|
2a103c005a
|
Add PropTypes
|
2015-07-19 10:21:35 -05:00 |
|
Patrick Burtchaell
|
4a2a59d676
|
Add handleKeyPress event
|
2015-07-19 10:21:29 -05:00 |
|
Dan Abramov
|
024e317d00
|
Add jumpToState to props to make it clear that it is injected
|
2015-07-15 01:49:53 +03:00 |
|
Dan Abramov
|
be4014bd62
|
Add JUMP_TO_STATE action for slider-like monitors
|
2015-07-15 01:47:37 +03:00 |
|
Eugene Rodionov
|
e540785edd
|
fix: new line at end of file
|
2015-07-15 00:21:10 +03:00 |
|
Dan Abramov
|
644cd6fab6
|
Import the initial devTools implementation
|
2015-07-15 00:09:54 +03:00 |
|