fix: hide incomplete ratings panel
This commit is contained in:
parent
13358b26b0
commit
518602b0d4
@ -96,18 +96,18 @@
|
|||||||
.body-2.grey--text(:class='darkMode ? `` : `text--darken-3`') {{ authorName }}
|
.body-2.grey--text(:class='darkMode ? `` : `text--darken-3`') {{ authorName }}
|
||||||
.caption.grey--text.text--darken-1 {{ updatedAt | moment('calendar') }}
|
.caption.grey--text.text--darken-1 {{ updatedAt | moment('calendar') }}
|
||||||
|
|
||||||
v-card.mb-5
|
//- v-card.mb-5
|
||||||
.pa-5
|
//- .pa-5
|
||||||
.overline.pb-2.yellow--text(:class='$vuetify.theme.dark ? `text--darken-3` : `text--darken-4`') Rating
|
//- .overline.pb-2.yellow--text(:class='$vuetify.theme.dark ? `text--darken-3` : `text--darken-4`') Rating
|
||||||
.text-center
|
//- .text-center
|
||||||
v-rating(
|
//- v-rating(
|
||||||
v-model='rating'
|
//- v-model='rating'
|
||||||
color='yellow darken-3'
|
//- color='yellow darken-3'
|
||||||
background-color='grey lighten-1'
|
//- background-color='grey lighten-1'
|
||||||
half-increments
|
//- half-increments
|
||||||
hover
|
//- hover
|
||||||
)
|
//- )
|
||||||
.caption.grey--text 5 votes
|
//- .caption.grey--text 5 votes
|
||||||
|
|
||||||
v-card(flat)
|
v-card(flat)
|
||||||
v-toolbar(:color='darkMode ? `grey darken-4-d3` : `grey lighten-3`', flat, dense)
|
v-toolbar(:color='darkMode ? `grey darken-4-d3` : `grey lighten-3`', flat, dense)
|
||||||
|
Loading…
Reference in New Issue
Block a user