From 3d38356a91dfbbb57b7feb4a0c069accb98dbb19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Feb 2017 15:45:01 +0900 Subject: [PATCH] =?UTF-8?q?[Client]=20Messaging=E3=82=92=E3=81=84=E3=82=8D?= =?UTF-8?q?=E3=81=84=E3=82=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/common/tags/index.js | 4 + .../tags/messaging/form.tag | 4 +- .../tags/messaging/index.tag | 241 ++++++++++-------- .../tags/messaging/message.tag | 0 .../tags/messaging/room.tag | 15 +- src/web/app/desktop/tags/index.js | 4 - .../desktop/tags/messaging/room-window.tag | 9 +- src/web/app/desktop/tags/messaging/window.tag | 9 +- src/web/app/mobile/router.ls | 11 + src/web/app/mobile/tags/drive.tag | 6 +- src/web/app/mobile/tags/index.js | 2 + .../app/mobile/tags/page/messaging-room.tag | 27 ++ src/web/app/mobile/tags/page/messaging.tag | 21 ++ src/web/app/mobile/tags/ui-nav.tag | 2 +- 14 files changed, 223 insertions(+), 132 deletions(-) rename src/web/app/{desktop => common}/tags/messaging/form.tag (98%) rename src/web/app/{desktop => common}/tags/messaging/index.tag (53%) rename src/web/app/{desktop => common}/tags/messaging/message.tag (100%) rename src/web/app/{desktop => common}/tags/messaging/room.tag (97%) create mode 100644 src/web/app/mobile/tags/page/messaging-room.tag create mode 100644 src/web/app/mobile/tags/page/messaging.tag diff --git a/src/web/app/common/tags/index.js b/src/web/app/common/tags/index.js index 692a7070a..21d817dbd 100644 --- a/src/web/app/common/tags/index.js +++ b/src/web/app/common/tags/index.js @@ -20,3 +20,7 @@ require('./twitter-setting.tag'); require('./authorized-apps.tag'); require('./poll.tag'); require('./poll-editor.tag'); +require('./messaging/room.tag'); +require('./messaging/message.tag'); +require('./messaging/index.tag'); +require('./messaging/form.tag'); diff --git a/src/web/app/desktop/tags/messaging/form.tag b/src/web/app/common/tags/messaging/form.tag similarity index 98% rename from src/web/app/desktop/tags/messaging/form.tag rename to src/web/app/common/tags/messaging/form.tag index 79aa9e2ac..8979edf28 100644 --- a/src/web/app/desktop/tags/messaging/form.tag +++ b/src/web/app/common/tags/messaging/form.tag @@ -113,8 +113,6 @@ + diff --git a/src/web/app/mobile/tags/page/messaging.tag b/src/web/app/mobile/tags/page/messaging.tag new file mode 100644 index 000000000..e8bd85950 --- /dev/null +++ b/src/web/app/mobile/tags/page/messaging.tag @@ -0,0 +1,21 @@ + + + + + + + diff --git a/src/web/app/mobile/tags/ui-nav.tag b/src/web/app/mobile/tags/ui-nav.tag index 01bfac660..a3ec3352c 100644 --- a/src/web/app/mobile/tags/ui-nav.tag +++ b/src/web/app/mobile/tags/ui-nav.tag @@ -9,7 +9,7 @@