-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
🎄 2017 Winter Holidays update #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
157 commits
Select commit
Hold shift + click to select a range
1acdeed
Unused component removed from event inspection
anteriovieira 83d0ef8
Filter events by instance name too
eigan 6de5e4d
add filtering for Vuex state
bartlomieju 29b6f75
reuse already existing helper functions when filtering vuex state
bartlomieju 0d2ae90
lint: add global HTMLDocument
posva 3cd9498
lint: remove useless return and comma
posva 6998866
test(vuex-filter): add test for vuex state search
posva 539afbe
Merge branch 'master' into filter-state
posva 4b941c7
Merge branch 'master' into filter-state
posva d87c05f
lint: newline at the end of file
posva 2d7daed
Allow the user to change layout of panels.
241acd4
Add option to show original component names
manico e839a72
Remove package lock file
manico 3f8ea28
Do not change file name
manico da31b94
Fix filtering in both cases
manico ad92f1b
Adding support to -Infinity
David-Desmaisons 9f8c37c
Support Date native type
8da2289
Test case
87840ab
Fix some tests
724cd36
Fix remaining tests
5847dd0
Merge remote-tracking branch 'upstream/master' into patch-1
a8e6f18
Add Events Tab tests
04c6bd8
Merge remote-tracking branch 'upstream/master' into filter-state
f40c6cf
Fix failing tests
0bad425
Merge remote-tracking branch 'upstream/master' into Negative_Infinity
2a39d07
Merge remote-tracking branch 'upstream/master' into feature/component…
0ad224a
Save the option in local storage
dc63134
Added tests
45544eb
Restyling + Collapsable data sections
c7a26a3
fix prop casing
posva 96913fb
Dark theme: arrow on hover are now visible
f1802a7
Missing border-radius on data sections
75de05a
Scroll to instance button
f788209
More tests
96f532f
Scroll to the middle of the screen
6b70efd
MVP
25bd87f
Fix highlight appearing
fcd8343
Scroll to instance in tree
3c8ac33
Change context menu type to 'all'
e3169c5
Fix Pending action not reset
099da11
Toasts
d99c92b
No component found toast + toast improvements
3b24ec6
Toast types
05aea79
Console toast color
5a6ef08
Merge remote-tracking branch 'upstream/master'
9b06716
New _custom object API + component value support in state inspector
b92bda1
Proper context menu entry creation
78b747f
Make panelAction message param optional
2377cab
Fix toast background color not updated
35f5674
v-tooltip + v-popover
8845c9f
Dark theme fixes
da9e6a4
open-in-editor MVP
27601ac
this.$inspect + some code improvement
83b7f7f
Editable fields (limited)
93ccbce
Empty input is now invalid
d90c9fd
Fix chrome-only property
a0098ca
Fix Pending Inspect not working when opening Vue panel
d2ae6b7
Fix error on Firefox
2f2f4e3
For testing "No Vue component found" toast
349462d
Better isEditable
1fb195c
Increase input size
95dd3be
Auto-complete special tokens
a1eb763
Array and object full value edit
291cb28
Style fixes
9b1bc44
Use Vue.set
a65ec56
Better special tokens
a8a017e
Added true and false to autocompletion
6eadd19
Quick edit for booleans
c118757
Boolean fixed size to prevent menu from moving
97242af
Support for multiple Quick Edits
ee6a3b9
Number Quick Edits (+/-)
10ad23c
Quick Edit Numbers: key modifiers
84a0d67
Remove array/objects item
2b359ee
Some refactoring + object key renaming
367154c
Add new value
4fa688e
Validate key input
57a3fc9
Change border color on error on input
9fe0b34
Fix values not revived
dcc6189
fix hook once
maxushuang a7e182a
(Demo) Use id prop
c7f9f59
Eval in webpage if possible
9b98c36
Merge branch 'patch-1' into 2017-winter-holidays
21079c0
Merge branch 'filter-state' into 2017-winter-holidays
4a14bcb
Merge branch 'feature/component-name' into 2017-winter-holidays
d08b1e2
Merge branch 'fix-event-hook' into 2017-winter-holidays
54f929d
Merge branch 'Negative_Infinity' into 2017-winter-holidays
8d6055d
Merge branch 'support-more-types' into 2017-winter-holidays
ad31e6e
Merge branch 'state-inspector-style' into 2017-winter-holidays
4b6e470
Merge branch 'scroll-to-component' into 2017-winter-holidays
9d11998
Merge branch 'right-click-inspect' into 2017-winter-holidays
a563c74
Merge branch 'open-in-editor' into 2017-winter-holidays
955c0f2
Merge branch 'dev' into 2017-winter-holidays
1fb1c8a
Merge branch 'v-tooltip' into 2017-winter-holidays
719aeca
use media query instead of button
4663bae
remove extras
72e3f44
remove dangling comma
53f67a4
Deps update
ccc88c7
Fix template
93b846d
Fix null error
045fa58
Format component names: vuex + improvements
2dd889e
More v-tooltip
847be64
Increase tooltip delay
f8496fc
Fix error
3eab86f
Fix error
91397b0
DataField fixes
3700d8e
Double-click to edit
11fdb5a
DataField style fixes
437b379
Misc
1c432fb
Allow quick Edit for switching devtools theme
a6b558d
Dark theme fixes
dfb7962
remove unused class, make refresh regular button
a7e9cbc
Toast font-family
f4bb8f4
Rich tooltips
00ce3fd
Code Style
20b30cb
Fix Vuex time travel not reviving values correctly
df66862
Open in editor Docs
96383d3
Don't display tooltip if component has no file
add671f
Test page misc
1ac11e1
Edit: -Infinity special token
bae80d9
Support dragging in horizontal mode
dbeafb3
Fix missing Refresh label
ca96e00
Merge branch 'horizontal-layout' into 2017-winter-holidays
93f4c23
Fix Vuex import
fdd6e8c
Events: filter on components only if input contains '<' or '>'
4f75cb4
Event search tooltip
2491770
Fix tests
57542bf
Events: respect 'classifyComponents'
0a7d6be
Fix tests
4f10454
Edit cancel/submit tooltips
5b7745d
Fix collapse all on Mac OS
04f76b9
Fix arrow alignment
648747e
Use const
913c3f2
Improved Event search tooltip
842caf2
Move open-in-editor documentation into its own file
1f7b6ca
Indent with spaces
89b2145
Hide inspect button outside chrome devtools context
michalsnik d8560e4
Fix popover overflow
9f76a2c
Update open-in-editor path
76cdb8e
Note about Nuxt and generic package
dd7415e
Allow toast to shrink
70be5ec
open-in-editor: is error, toast and help message
de2de6b
DRY error message
2e20351
Misc
c892b98
Events: fix scroll to bottom
fedf9db
Merge remote-tracking branch 'upstream/hide-inspect-button-outside-ch…
08d79cd
Minor changes
8a28523
Merge branch 'remove-component' into 2017-winter-holidays
4303b58
New abstract API for custom field
d1dc299
Improvements to CustomValue API
5c971c0
CustomValue API: changed 'expandable' to 'closed'
9bb4762
$route is now abstract
3d77274
Fix isChrome
bf13184
Switch to launch-editor-middleware
75f98b9
$isChrome
d826759
Move data field edition to mixin + fixes
a6eff96
Improved keys
6597aa6
Fix editors link
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supported editors was added in the launch-editor package.
https://github.com/yyx990803/launch-editor#supported-editors