Brian Vaughn
|
e35819e68d
|
Renamed nativeHookIndex -> index
|
2019-02-21 08:59:46 -08:00 |
|
Brian Vaughn
|
8cd8b29015
|
Added support for editable hook values (pending facebook/react/pull/14906)
|
2019-02-20 15:58:52 -08:00 |
|
Brian Vaughn
|
90f98372a9
|
Fixed broken 'shutdown' event that lead to CPU problems when reloading DevTools
|
2019-02-20 11:55:48 -08:00 |
|
Brian Vaughn
|
42795b22bf
|
Installed eslint-plugin-react-hooks@next and added to ESLint config
|
2019-02-20 11:03:50 -08:00 |
|
Brian Vaughn
|
bec073365d
|
Fix hooks warnings identified by prerelease version of react-hooks ESLint plugin
|
2019-02-19 13:15:57 -08:00 |
|
Brian Vaughn
|
a31415011d
|
Removed numeric key code
|
2019-02-19 08:59:27 -08:00 |
|
Brian Vaughn
|
3376daaa41
|
Merge pull request #2 from Jessidhia/fix-utf-encoding
Fix encoding of Unicode keys greater than U+00FF
|
2019-02-19 08:56:21 -08:00 |
|
Jessica
|
65d493cae9
|
Just use codepoints as it'll be copied into an Uint32Array anyway
|
2019-02-19 16:03:53 +09:00 |
|
Jessica
|
4ee74f7e6c
|
Fix encoding of Unicode keys greater than U+00FF (greater than U+FFFF handled by surrogate pairs)
|
2019-02-19 15:52:24 +09:00 |
|
Brian Vaughn
|
a4212dcdce
|
Support editable props, state, and context values
|
2019-02-17 13:07:39 -08:00 |
|
Brian Vaughn
|
6c226b0c80
|
Added link to now.sh preview to README
|
2019-02-16 09:46:10 -08:00 |
|
Brian Vaughn
|
c4d6fdbfdb
|
Fixed overlay position bug
|
2019-02-16 08:33:38 -08:00 |
|
Brian Vaughn
|
1d95098177
|
Implemented select-DOM-element button
|
2019-02-16 08:29:26 -08:00 |
|
Brian Vaughn
|
2fbacbff01
|
Tab bar resizes properly for narrow screens
|
2019-02-15 11:42:55 -08:00 |
|
Brian Vaughn
|
0008bb00d7
|
Inspectable complex hook values
|
2019-02-14 21:55:09 -08:00 |
|
Brian Vaughn
|
47a5fd59cb
|
Reduced tree padding (left) slightly to make larger trees easier to inspect
|
2019-02-14 15:13:43 -08:00 |
|
Brian Vaughn
|
04a0d24f0f
|
Fixed a potential source of duplicate key
|
2019-02-14 15:06:38 -08:00 |
|
Brian Vaughn
|
3f40d38203
|
Fixed edge case mutation bugs in selected element and tree context
|
2019-02-14 14:36:29 -08:00 |
|
Brian Vaughn
|
bf2f13d32a
|
Removed some stale TODO comments
|
2019-02-14 13:37:40 -08:00 |
|
Brian Vaughn
|
9cfa25bdcc
|
Tidied up Flow types for Bridge and Store
|
2019-02-14 13:32:30 -08:00 |
|
Brian Vaughn
|
b167dd339b
|
Style, theme, and button CSS cleanup
|
2019-02-14 13:20:24 -08:00 |
|
Brian Vaughn
|
a07d9862ca
|
Fixed edge-case display density bug
|
2019-02-14 12:46:27 -08:00 |
|
Brian Vaughn
|
15c5396169
|
Re-added "Settings" panel to browser extension and (hopefully) fixed a lot of sources of error
|
2019-02-14 11:45:11 -08:00 |
|
Brian Vaughn
|
5a301cd26e
|
Tweaked the owner stack exit icon
|
2019-02-14 09:23:54 -08:00 |
|
Brian Vaughn
|
36e596ecd1
|
Changed dark theme to have more React blues
|
2019-02-14 09:17:29 -08:00 |
|
Brian Vaughn
|
94aab74253
|
Avoid NPE in Agent if renderer can't be found for an ID
|
2019-02-14 08:13:35 -08:00 |
|
Brian Vaughn
|
c229837f33
|
Temporarily disabled Settings panel
|
2019-02-13 11:36:43 -08:00 |
|
Brian Vaughn
|
79f57532b9
|
Split demo app into multiple roots and fixed a multi-root bug
|
2019-02-13 11:22:22 -08:00 |
|
Brian Vaughn
|
4ea81337f3
|
Initial pass at adding Settings panel to browser extension
|
2019-02-13 10:59:49 -05:00 |
|
Brian Vaughn
|
aed1713154
|
Added NOW config file for dev shell
|
2019-02-12 21:09:50 -05:00 |
|
Brian Vaughn
|
95b859209f
|
Fixed NaN warning for pre-mount CSS prop read
|
2019-02-12 21:09:33 -05:00 |
|
Brian Vaughn
|
d203ebf165
|
Added new tabs UI and theme/display-density preferences
|
2019-02-12 20:41:39 -05:00 |
|
Brian Vaughn
|
8e5a35b762
|
Misc cleanup and prep for dark mode CSS
|
2019-02-12 09:45:00 -05:00 |
|
Brian Vaughn
|
f3f497f40f
|
Cleaned up CSS vars and reduced font size a bit
|
2019-02-08 20:27:10 -05:00 |
|
Brian Vaughn
|
a6126c9e27
|
Initial stab at 'View in DOM' button
|
2019-02-08 18:48:29 -05:00 |
|
Brian Vaughn
|
baa6142801
|
Removed non-functioning tree arrows (for now)
|
2019-02-08 16:16:15 -05:00 |
|
Brian Vaughn
|
c6b0338f13
|
Reverted immutable element change (for now)
|
2019-02-08 16:05:48 -05:00 |
|
Brian Vaughn
|
872d0f78d4
|
Tweaked owners breadcrumb style to batter match tree colors
|
2019-02-08 15:49:52 -05:00 |
|
Brian Vaughn
|
41514d67f0
|
Small refinements to Store: read-only Elements in map, added revision to guard against tearing
|
2019-02-08 15:37:52 -05:00 |
|
Brian Vaughn
|
0380186501
|
Refactored tree, search, selection, and owners contexts
|
2019-02-08 14:44:07 -05:00 |
|
Brian Vaughn
|
45641e98e5
|
Added owner tree exploration view
|
2019-02-07 14:34:24 +00:00 |
|
Brian Vaughn
|
fc924d136a
|
Combined search and selection contexts to avoid complicated dependencies
|
2019-02-07 09:29:42 +00:00 |
|
Brian Vaughn
|
9c093ac731
|
Fixed regexp parsing
|
2019-02-06 21:33:44 +00:00 |
|
Brian Vaughn
|
c61e0f0d54
|
Added a clarifying comment to SearchInput
|
2019-02-06 17:09:46 +00:00 |
|
Brian Vaughn
|
e77ba00336
|
Replaced SearchContext useStates with useReducer and fixed an edge-case search bug
|
2019-02-06 16:31:02 +00:00 |
|
Brian Vaughn
|
998e69a10d
|
Added search support
|
2019-02-05 17:14:06 +00:00 |
|
Brian Vaughn
|
e723ec82bc
|
Added $r support
|
2019-02-05 13:19:08 +00:00 |
|
Brian Vaughn
|
ce7f060e26
|
Cleaned up property borders
|
2019-02-05 11:26:37 +00:00 |
|
Brian Vaughn
|
6dc3fa6fbd
|
Cleaned up style vars
|
2019-02-05 11:23:37 +00:00 |
|
Brian Vaughn
|
1566141177
|
Strip React elements from serialized data (and display <name/> instead
|
2019-02-05 10:25:33 +00:00 |
|