From a26236cade80d6f70298c67ed73cfcaf340d9e9d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 13 Mar 2017 14:23:29 +0900 Subject: [PATCH] [Client] :v: --- src/web/app/mobile/tags/page/home.tag | 5 +++++ src/web/app/mobile/tags/ui-header.tag | 27 ++++++++++++++++++++------- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/web/app/mobile/tags/page/home.tag b/src/web/app/mobile/tags/page/home.tag index c93803fb0..68178aa99 100644 --- a/src/web/app/mobile/tags/page/home.tag +++ b/src/web/app/mobile/tags/page/home.tag @@ -12,6 +12,7 @@ this.mixin('ui-progress'); this.mixin('stream'); this.mixin('get-post-summary'); + this.mixin('open-post-form'); this.unreadCount = 0; @@ -19,6 +20,10 @@ document.title = 'Misskey' this.ui.trigger('title', 'ホーム'); + this.ui.trigger('func', () => { + this.openPostForm(); + }, 'pencil'); + this.Progress.start(); this.stream.on('post', this.onStreamPost); diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag index b6d2e28be..265f12fd4 100644 --- a/src/web/app/mobile/tags/ui-header.tag +++ b/src/web/app/mobile/tags/ui-header.tag @@ -5,7 +5,7 @@

Misskey

- +