Skip to content

Commit

Permalink
feat(ui): about button in project manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 15, 2018
1 parent 60722cb commit a242d73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
.about
padding 42px
max-width 900px
max-width 840px
margin 0 auto
box-sizing border-box
Expand Down
14 changes: 14 additions & 0 deletions packages/@vue/cli-ui/src/views/ProjectSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
</div>
</VueTab>
</StepWizard>

<div class="top-menu">
<VueButton
:to="{ name: 'about' }"
class="flat icon-button"
icon-left="help"
v-tooltip="$t('views.about.title')"
/>
</div>
</div>
</template>

Expand Down Expand Up @@ -119,4 +128,9 @@ export default {
.project-select
height 100%
.top-menu
position fixed
top $padding-item
right $padding-item
</style>

0 comments on commit a242d73

Please sign in to comment.