Kleine Anpassungen

This commit is contained in:
Michi Tomaschko 2025-08-29 22:06:40 +02:00
parent b20ba213e7
commit c6fd026ba2
4 changed files with 178 additions and 56 deletions

1
components.d.ts vendored
View File

@ -31,7 +31,6 @@ declare module 'vue' {
BookShops: typeof import('./src/components/bookdetail/BookShops.vue')['default']
BookStats: typeof import('./src/components/bookdetail/BookStats.vue')['default']
Buchkarten: typeof import('./src/components/Buchkarten.vue')['default']
Buecherdatenbank: typeof import('./src/pages/buecherdatenbank.vue')['default']
BuyNow: typeof import('./src/@core/components/BuyNow.vue')['default']
CardAddEditDialog: typeof import('./src/components/dialogs/CardAddEditDialog.vue')['default']
CardStatisticsHorizontal: typeof import('./src/@core/components/cards/CardStatisticsHorizontal.vue')['default']

223
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -67,9 +67,10 @@
</div>
<!-- Reset Button -->
<div v-if="!isStatic" class="reset-container">
<!-- <div v-if="!isStatic" class="reset-container">
<button @click="resetSliders">Fieberkurve zurücksetzen</button>
</div>
</div>-->
</div>
</template>
@ -179,6 +180,10 @@ onMounted(() => {
align-items: center;
}
.item1{
width: 105px;
}
.item1,
.item3 {
background: transparent;

View File

@ -3,6 +3,7 @@
<VCardTitle>Deine Aktionen</VCardTitle>
<VCardText>
<div class="d-flex flex-column gap-2">
<VBtn :color="liked ? 'primary' : 'grey'" @click="toggleLike" variant="outlined">
<VIcon
start