feat/FRO-33: Added a nice Select Trumpsuit Component (#24)

Added a nice working trumpsuit component with animations

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #24
Reviewed-by: Janis <janis-e@gmx.de>
Co-authored-by: lq64 <lq@blackhole.local>
Co-committed-by: lq64 <lq@blackhole.local>
This commit is contained in:
2025-12-18 09:44:46 +01:00
committed by Janis
parent ee8523d51a
commit 9feb4a93b8
4 changed files with 186 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ ui.requestState().then(() => {
<template>
<div class="lobby-background">
<Ingame v-if="state === 'InGame'"/>
<Ingame v-if="state === 'InGame' || state === 'SelectTrump'"/>
<lobby-component v-if="state === 'Lobby'"/>
</div>
</template>