fix preloader
Gitea Actions Demo / build_and_push (push) Failing after 37s
Details
Gitea Actions Demo / build_and_push (push) Failing after 37s
Details
This commit is contained in:
parent
164fd4bede
commit
ea1c8105f9
|
|
@ -8,6 +8,13 @@
|
||||||
:dzenLink=dzenLink
|
:dzenLink=dzenLink
|
||||||
:isPrivate=true
|
:isPrivate=true
|
||||||
/>
|
/>
|
||||||
|
<div v-else>
|
||||||
|
<VaInnerLoading
|
||||||
|
loading
|
||||||
|
:size="60"
|
||||||
|
>
|
||||||
|
</VaInnerLoading>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,13 @@
|
||||||
:dzenLink=dzenLink
|
:dzenLink=dzenLink
|
||||||
:isPrivate=false
|
:isPrivate=false
|
||||||
/>
|
/>
|
||||||
|
<div v-else>
|
||||||
|
<VaInnerLoading
|
||||||
|
loading
|
||||||
|
:size="60"
|
||||||
|
>
|
||||||
|
</VaInnerLoading>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-if="workoutItem">
|
|
||||||
<div id="workout-container">
|
<div id="workout-container">
|
||||||
<div id="workout-map">
|
<div id="workout-map">
|
||||||
<yandex-map v-model="map" :settings="{
|
<yandex-map v-model="map" :settings="{
|
||||||
|
|
@ -90,14 +89,6 @@
|
||||||
pointerAxies="currentCoordinates"
|
pointerAxies="currentCoordinates"
|
||||||
>
|
>
|
||||||
</LineWithLineChart>
|
</LineWithLineChart>
|
||||||
</div>
|
|
||||||
<div v-else>
|
|
||||||
<VaInnerLoading
|
|
||||||
loading
|
|
||||||
:size="60"
|
|
||||||
>
|
|
||||||
</VaInnerLoading>
|
|
||||||
</div>
|
|
||||||
<VaModal v-if="isPrivate"
|
<VaModal v-if="isPrivate"
|
||||||
v-model="showModalTitle"
|
v-model="showModalTitle"
|
||||||
ok-text="OK"
|
ok-text="OK"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue