Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(game-playground): no action needed playground #249

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<CurrentPlayExpectedPlayersToAct class="flex-none"/>

<CurrentPlayQuestion class="mb-4"/>
<CurrentPlayQuestion/>

<GamePlaygroundContent class="grow overflow-y-auto"/>
<GamePlaygroundContent class="grow overflow-y-auto py-2"/>

<GamePlaygroundFooter/>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<template>
<div id="game-no-action-playground">
GAME PLAYGROUND NO ACTION
<div
id="game-no-action-playground"
class="flex items-center justify-center"
>
<NoActionNeeded/>
</div>
</template>
</template>

<script setup lang="ts">
import NoActionNeeded from "~/components/shared/game/game-play/NoNeededAction/NoActionNeeded.vue";
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id="no-action-needed-message"
class="flex flex-col items-center justify-center text-gray-300"
>
<i class="fa fa-2x fa-thumbs-up mb-3 text-success"/>
<i class="fa fa-2x fa-thumbs-up mb-2 text-success"/>

<span>
{{ $t("components.NoActionNeeded.noActionNeeded") }}
Expand Down
6 changes: 3 additions & 3 deletions public/svg/game/player/player-attribute/powerless.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading