feat: FRO-3 FRO-4 Added vue compontents to ingame and lobby #100

Merged
Janis merged 4 commits from feat/FRO-3 into main 2025-12-04 08:00:58 +01:00
5 changed files with 696 additions and 493 deletions
Showing only changes of commit 717bec80ac - Show all commits

View File

@@ -487,8 +487,11 @@ const LobbyComponent = {
startGame() {
globalThis.startGame()
},
leaveGame() {
leaveGame(gameId) {
//TODO: Needs implementation
},
handleKickPlayer(playerId) {
globalThis.handleKickPlayer(playerId)
}
}
};

View File

@@ -1,5 +1,6 @@
/*
function handlePlayCard(cardidx) {}
function handlePlayCard(cardidx) {
}
*/
function handleSkipDogLife(button) {
// TODO needs implementation