From 155012846d8f142515390adb2754b45cdfbb74ef Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 8 Mar 2018 17:57:57 +0900 Subject: #1200 --- .../app/common/views/components/othello.game.vue | 164 +++++++++++---------- .../common/views/components/othello.gameroom.vue | 42 ++++++ .../app/common/views/components/othello.room.vue | 152 +++++++++++++++++++ src/web/app/common/views/components/othello.vue | 18 +-- 4 files changed, 286 insertions(+), 90 deletions(-) create mode 100644 src/web/app/common/views/components/othello.gameroom.vue create mode 100644 src/web/app/common/views/components/othello.room.vue (limited to 'src/web') diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 1cb2400f7e..2ef6b645ce 100644 --- a/src/web/app/common/views/components/othello.game.vue +++ b/src/web/app/common/views/components/othello.game.vue @@ -1,23 +1,27 @@