-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Minor adjustments #495
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
Minor adjustments #495
Conversation
I would invert the two icons. 😛 |
I like this. How does it look on a narrower width though? I assume the text hides? |
Personally, I would stick the search to the right and stick Inspect DOM and Refresh to the Component name |
@posva Every other header (component tree, vuex/events history and vuex inspector) have the search field on the left and the buttons on the right. |
Thanks for the improvements @Akryum , I had to take a little trip. |
<i class="material-icons">code</i> | ||
<span>Inspect DOM</span> | ||
</a> | ||
<a class="button" @click="openInEditor" v-tooltip="openEditorTooltip"> | ||
<a | ||
v-if="target.file" |
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.
@Akryum in this case could remove condition if
in theopenInEditor
function.
All the latest improvements have been really amazing, congratulations to all who contributed.
I would just like to suggest these minor changes:
This keeps a pattern in the headers
In my opinion it makes more evident the existence of the resource and standardizes the feature as buttons in the header.
The launch icon makes it clear that the user is moved to an inspection screen.
What are your thoughts on this?