FIX: UMD cannot have self-closing tags
Some checks are pending
CI / lint (push) Waiting to run
CI / tests (3.10) (push) Blocked by required conditions
CI / tests (3.9) (push) Blocked by required conditions

This commit is contained in:
Padreug 2025-12-14 13:30:44 +01:00
parent 8d442b7c6f
commit fdcd5b0310

View file

@ -13,7 +13,7 @@
<!-- Loading State -->
<q-card v-if="loading || !registrationChecked">
<q-card-section class="text-center">
<q-spinner size="2em" />
<q-spinner size="2em"></q-spinner>
<div class="q-mt-md">Loading your DCA dashboard...</div>
</q-card-section>
</q-card>
@ -126,7 +126,7 @@
<q-spinner-hearts
color="orange-7"
size="2.5em"
/>
></q-spinner-hearts>
</div>
<q-badge
color="orange-7"
@ -334,7 +334,7 @@
size="sm"
flat
:disable="chartLoading"
/>
></q-btn-toggle>
</div>
</div>
</q-card-section>
@ -424,7 +424,7 @@
<q-badge
:color="props.row.transaction_type === 'flow' ? 'blue' : 'purple'"
:label="props.row.transaction_type.toUpperCase()"
/>
></q-badge>
</q-td>
</template>
@ -477,7 +477,7 @@
:loading="loading"
class="full-width"
size="md"
/>
></q-btn>
<q-btn
outline
color="blue"