Brian Vaughn
|
bf02b2ffbf
|
Select DOM element mode should useCapture to prevent clicks from passing through
|
2019-02-27 13:33:10 -08:00 |
|
Brian Vaughn
|
05ef0ad7dc
|
Disable view-source button rather than hiding it to avoid jumping when selecting new components
|
2019-02-27 13:30:03 -08:00 |
|
Brian Vaughn
|
1e4434ecc4
|
Changed select-on-click to select-on-mouse-down and fixed a scrollIntoView problem
|
2019-02-27 13:11:23 -08:00 |
|
Brian Vaughn
|
8041bfb92f
|
Add .vscode to .gitignore
|
2019-02-27 13:07:09 -08:00 |
|
Brian Vaughn
|
bc4e8950f6
|
Updated test code to include a deeply nested DIV
|
2019-02-27 13:05:43 -08:00 |
|
Brian Vaughn
|
4d9e7e75c6
|
Merge branch 'scroll-into-view' of https://github.com/Jessidhia/react-devtools-experimental into Jessidhia-scroll-into-view
|
2019-02-27 12:58:03 -08:00 |
|
Brian Vaughn
|
89df0a6363
|
Yarn upgrade
|
2019-02-24 18:32:29 -08:00 |
|
Brian Vaughn
|
9f24e8c7a2
|
Renamed overrideHook -> overrideHookState (to stay in sync with React PR)
|
2019-02-23 09:12:17 -08:00 |
|
Brian Vaughn
|
9b96b1f809
|
Updated deploy scripts and pre-release template
|
2019-02-23 08:59:21 -08:00 |
|
Brian Vaughn
|
7b2f06e3d3
|
Added (temporary) deploy scripts for pre-release extensions
|
2019-02-22 14:36:10 -08:00 |
|
Brian Vaughn
|
53632883b6
|
Implemented view-source button for DOM extension
|
2019-02-22 13:24:03 -08:00 |
|
Brian Vaughn
|
105b53f0fb
|
Split :active and :focus styles for Button+Toggle
|
2019-02-22 10:54:18 -08:00 |
|
Brian Vaughn
|
5fd9cb5dfb
|
Added copy props/state/hooks/context button
|
2019-02-22 09:39:05 -08:00 |
|
Brian Vaughn
|
1edbfbf6cb
|
Fixed some small overflow/scrollbar issues
|
2019-02-22 08:44:05 -08:00 |
|
Brian Vaughn
|
0c346ceea8
|
Re-added transferrables (after 'shutdown' evt fix) and guard against a tree mutation race
|
2019-02-21 14:56:11 -08:00 |
|
Brian Vaughn
|
caf2eb973a
|
Split large InspectedElementTree file into separate component-files
|
2019-02-21 14:20:14 -08:00 |
|
Brian Vaughn
|
9898db02d1
|
Restore input focus after clicking reset value button
|
2019-02-21 14:13:48 -08:00 |
|
Brian Vaughn
|
4f64c9ef9e
|
Tweaked colors; Esc key to undo edits
|
2019-02-21 14:11:06 -08:00 |
|
Brian Vaughn
|
ddeb78001c
|
Tweaked colors based on Andrew's feedback
|
2019-02-21 14:02:45 -08:00 |
|
Brian Vaughn
|
290e8c6926
|
Fixed null input value. Tweaked useReducer test harness.
|
2019-02-21 13:40:23 -08:00 |
|
Brian Vaughn
|
bdf8065137
|
Merge branch 'master' of github.com:bvaughn/react-devtools-experimental
|
2019-02-21 13:24:15 -08:00 |
|
Brian Vaughn
|
6f118497e8
|
Updated editable hooks UI and added limited undo feature
|
2019-02-21 13:24:01 -08:00 |
|
Brian Vaughn
|
2b27f63a61
|
Updated ESLint hooks rule
|
2019-02-21 11:55:28 -08:00 |
|
Brian Vaughn
|
df4a09d9b8
|
Updated flow-bin from 91 -> 93 and removed unnecessary fixmes
|
2019-02-21 09:15:47 -08:00 |
|
Brian Vaughn
|
e35819e68d
|
Renamed nativeHookIndex -> index
|
2019-02-21 08:59:46 -08:00 |
|
Brian Vaughn
|
532cca8013
|
Merge pull request #4 from mishaor/linux-support
Added support for Linux
|
2019-02-21 08:24:33 -08:00 |
|
Michael Orishich
|
b0ccd9d89e
|
added basic support for Linux
|
2019-02-21 20:00:11 +02: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
|
044e6ba9cd
|
Pass options to scrollIntoView
|
2019-02-19 16:36:43 +09: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 |
|
Jessica
|
28ea0a352e
|
Scroll to newly selected component if it's out of view
|
2019-02-19 12:22:19 +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 |
|