Sharing: Improve UX #18
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
6f9271945d
commit
9bd0e4c74a
3 changed files with 2 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<v-form ref="form" class="p-albums-search" lazy-validation @submit.prevent="updateQuery" dense>
|
||||
<v-toolbar flat color="secondary">
|
||||
<v-toolbar-title><translate>Shared</translate></v-toolbar-title>
|
||||
<v-toolbar-title><translate>Albums</translate></v-toolbar-title>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<v-list class="pt-3" v-if="auth">
|
||||
<v-list-tile :to="{ name: 'albums', params: { token: token } }" :exact="true" @click="" class="p-navigation-albums">
|
||||
<v-list-tile-action>
|
||||
<v-icon>share</v-icon>
|
||||
<v-icon>folder</v-icon>
|
||||
</v-list-tile-action>
|
||||
|
||||
<v-list-tile-content>
|
||||
|
|
|
@ -6,13 +6,6 @@
|
|||
ref="form" autocomplete="off" class="p-photo-toolbar p-album-toolbar" accept-charset="UTF-8">
|
||||
<v-toolbar flat color="secondary">
|
||||
<v-toolbar-title>
|
||||
<span class="hidden-xs-only">
|
||||
<router-link :to="{ name: 'albums', params: { token: token } }">
|
||||
<translate>Shared</translate>
|
||||
</router-link>
|
||||
|
||||
<v-icon>navigate_next</v-icon>
|
||||
</span>
|
||||
{{ model.Title }}
|
||||
</v-toolbar-title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue