diff --git a/client/src/components/Playground.vue b/client/src/components/Playground.vue index 2e9ce00..86a951a 100644 --- a/client/src/components/Playground.vue +++ b/client/src/components/Playground.vue @@ -10,6 +10,10 @@
+
+ +
@@ -24,6 +28,7 @@ import { useRoundStore } from '@/stores/RoundStore' import useEngine from '@/composables/useEngine' import { useGameinfoStore } from "@/stores/GameinfoStore" import { useUserinfoStore } from "@/stores/UserinfoStore" +import SkipButton from './SkipButton.vue' const { round } = useRoundStore() const quote = { quote: round.quote } as Quote @@ -95,6 +100,10 @@ const disabledMap = computed(() => { flex-grow: 4; } + &__skip { + align-self: flex-end; + } + &__players-list { width: 200px; margin: 16px 16px 0 64px; diff --git a/client/src/components/SkipButton.vue b/client/src/components/SkipButton.vue new file mode 100644 index 0000000..168deac --- /dev/null +++ b/client/src/components/SkipButton.vue @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/server/data/users/d06fb83a-51eb-477e-b57c-6138a38eecb5.json b/server/data/users/d06fb83a-51eb-477e-b57c-6138a38eecb5.json index 150834c..e439ac5 100644 --- a/server/data/users/d06fb83a-51eb-477e-b57c-6138a38eecb5.json +++ b/server/data/users/d06fb83a-51eb-477e-b57c-6138a38eecb5.json @@ -1 +1 @@ -{"authcode":"123456","name":"Harry","role":"player","game":"663576f0-1378-496b-a970-578bdcb222af","created":1650831122,"lastLoggedIn":1659718327} \ No newline at end of file +{"authcode":"123456","name":"Harry","role":"player","game":"663576f0-1378-496b-a970-578bdcb222af","created":1650831122,"lastLoggedIn":1661949675} \ No newline at end of file diff --git a/server/data/users/e7b48531-b562-495b-bb70-71e81038810e.json b/server/data/users/e7b48531-b562-495b-bb70-71e81038810e.json index fe0839e..c3003dc 100644 --- a/server/data/users/e7b48531-b562-495b-bb70-71e81038810e.json +++ b/server/data/users/e7b48531-b562-495b-bb70-71e81038810e.json @@ -1 +1 @@ -{"authcode":"002002","name":"Dumbledore","role":"gamemaster","game":"663576f0-1378-496b-a970-578bdcb222af","created":1650831066,"lastLoggedIn":1651556261} \ No newline at end of file +{"authcode":"002002","name":"Dumbledore","role":"gamemaster","game":"663576f0-1378-496b-a970-578bdcb222af","created":1650831066,"lastLoggedIn":1661965111} \ No newline at end of file