Buchsuche: Anpassen der Genre + activeRows
This commit is contained in:
parent
dbf0fc703d
commit
e00cef4374
@ -187,24 +187,13 @@
|
||||
</VBtn>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div style="position: absolute; top: 100px; left: 10px; color: rgba(185,17,17,0.85)">
|
||||
isRow1Active: {{ isRow1Active }} <br>
|
||||
isRow2Active: {{ isRow2Active }} <br>
|
||||
isRow3Active: {{ isRow3Active }} <br>
|
||||
isRow4Active: {{ isRow4Active }} <br>
|
||||
isRow5Active: {{ isRow5Active }} <br>
|
||||
|
||||
{{ schwierigkeit }}
|
||||
{{ stimmung }}
|
||||
{{ spannung }}
|
||||
{{ gewalt }}
|
||||
{{ erotik }}
|
||||
R1: {{ schwierigkeit }}, {{ isRow1Active }} <br>
|
||||
R2: {{ stimmung }}, {{ isRow2Active }} <br>
|
||||
R3: {{ spannung }}, {{ isRow3Active }} <br>
|
||||
R4: {{ gewalt }}, {{ isRow4Active }} <br>
|
||||
R5: {{ erotik }}, {{ isRow5Active }} <br>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="position: absolute; top: 255px; left: 10px; color: rgba(185,17,17,0.85)">
|
||||
{{ selectedCheckbox }}
|
||||
</div>
|
||||
@ -286,7 +275,25 @@
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
<!-- <hr>-->
|
||||
|
||||
</VCard>
|
||||
</VCol>
|
||||
|
||||
<VCol
|
||||
cols="12"
|
||||
md="12"
|
||||
>
|
||||
<!--
|
||||
<VCard
|
||||
title="Bücher eintragen"
|
||||
subtitle="Dir fehlt ein Buch? Hier kannst du es eintragen!"
|
||||
>
|
||||
-->
|
||||
<VCard
|
||||
class="mb-6"
|
||||
title="Gefundene Bücher:"
|
||||
>
|
||||
|
||||
|
||||
<!-- 👉 Hier werden die Bücher aufgelistet. -->
|
||||
@ -498,7 +505,7 @@ const loading = ref(false)
|
||||
|
||||
const clickMe = () => {
|
||||
loading.value = true
|
||||
message.value = 'Wait for it...'
|
||||
message.value = 'Warte darauf...'
|
||||
|
||||
setTimeout(() => {
|
||||
loading.value = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user