mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Improve visual feedback when loading
This commit is contained in:
parent
fa18c043c4
commit
918b57d055
|
@ -18,12 +18,13 @@
|
|||
<b-button
|
||||
title="Refresh chart"
|
||||
class="ms-2"
|
||||
:disabled="!!!botStore.activeBot.plotPair"
|
||||
:disabled="!!!botStore.activeBot.plotPair || isLoadingDataset"
|
||||
size="sm"
|
||||
@click="refresh"
|
||||
>
|
||||
<i-mdi-refresh />
|
||||
</b-button>
|
||||
<b-spinner v-if="isLoadingDataset" small class="ms-2" label="Spinning" />
|
||||
<div class="d-flex flex-column">
|
||||
<div class="d-flex flex-row flex-wrap">
|
||||
<small v-if="dataset" class="ms-2 text-nowrap" title="Long entry signals"
|
||||
|
|
Loading…
Reference in New Issue
Block a user