chore: refactor

This commit is contained in:
Vlad Stan 2023-01-18 11:49:29 +02:00
parent 12d32a4811
commit f379b784cc

View file

@ -141,13 +141,10 @@
<div class="col-12 col-md-5 q-gutter-y-md" v-if="selectedExtensionRepos"> <div class="col-12 col-md-5 q-gutter-y-md" v-if="selectedExtensionRepos">
<q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo"> <q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo">
<q-card-section> <q-card-section>
<h6 class="text-subtitle1 q-my-none"> <h6 class="text-subtitle1 q-my-none">Repository</h6>
Repository <q-badge color="primary" rounded
</h6> ><small v-text="repo"></small
<q-badge color="primary" rounded ></q-badge>
><small v-text="repo"></small
></q-badge>
</q-card-section> </q-card-section>
<q-card-section class="q-pa-none"> <q-card-section class="q-pa-none">
<q-separator></q-separator> <q-separator></q-separator>