fix(project manager): make open in editor button more discoverable

This commit is contained in:
Guillaume Chau
2019-04-08 21:32:01 +02:00
parent 3479f21f12
commit dac7a4bf74

View File

@@ -27,6 +27,13 @@
</div>
<div class="actions">
<VueButton
icon-left="open_in_browser"
@click.stop="openInEditor()"
>
{{ $t('org.vue.components.project-select-list-item.tooltips.open-in-editor') }}
</VueButton>
<VueButton
v-if="project.homepage"
:href="project.homepage"
@@ -37,13 +44,6 @@
@click.stop
/>
<VueButton
class="icon-button"
icon-left="open_in_browser"
v-tooltip="$t('org.vue.components.project-select-list-item.tooltips.open-in-editor')"
@click.stop="openInEditor()"
/>
<VueButton
class="icon-button"
icon-left="close"