fix: setup https support + various fixes
This commit is contained in:
@@ -171,8 +171,8 @@
|
||||
v-card.text-xs-center(flat)
|
||||
template(v-if='loading')
|
||||
.mt-3(style='width: 64px; display:inline-block;')
|
||||
atom-spinner(
|
||||
:animation-duration='800'
|
||||
breeding-rhombus-spinner(
|
||||
:animation-duration='2000'
|
||||
:size='64'
|
||||
color='#1976d2'
|
||||
)
|
||||
@@ -199,11 +199,11 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import _ from 'lodash'
|
||||
import { AtomSpinner } from 'epic-spinners'
|
||||
import { BreedingRhombusSpinner } from 'epic-spinners'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
AtomSpinner
|
||||
BreedingRhombusSpinner
|
||||
},
|
||||
props: {
|
||||
telemetryId: {
|
||||
|
@@ -83,18 +83,18 @@
|
||||
v-list-tile-title.pl-3.caption {{tocSubItem.title}}
|
||||
v-divider(inset, v-if='tocIdx < toc.length - 1')
|
||||
v-divider
|
||||
v-list.grey(dense, :class='darkMode ? `darken-3` : `lighten-4`')
|
||||
v-subheader.pl-4.yellow--text.text--darken-4 Rating
|
||||
.text-xs-center
|
||||
v-rating(
|
||||
v-model='rating'
|
||||
color='yellow darken-3'
|
||||
background-color='grey lighten-1'
|
||||
half-increments
|
||||
hover
|
||||
)
|
||||
.pb-2.caption.grey--text 5 votes
|
||||
v-divider
|
||||
//- v-list.grey(dense, :class='darkMode ? `darken-3` : `lighten-4`')
|
||||
//- v-subheader.pl-4.yellow--text.text--darken-4 Rating
|
||||
//- .text-xs-center
|
||||
//- v-rating(
|
||||
//- v-model='rating'
|
||||
//- color='yellow darken-3'
|
||||
//- background-color='grey lighten-1'
|
||||
//- half-increments
|
||||
//- hover
|
||||
//- )
|
||||
//- .pb-2.caption.grey--text 5 votes
|
||||
//- v-divider
|
||||
template(v-if='tags.length')
|
||||
v-list.grey(dense, :class='darkMode ? `darken-3-d3` : `lighten-3`')
|
||||
v-subheader.pl-4.teal--text Tags
|
||||
|
Reference in New Issue
Block a user