From 2b4c5ecff4e4457c49a14d3ed0095cc9f0e1f758 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 14 Feb 2017 13:59:26 +0900 Subject: Implement the poll feature Closes #164 --- src/web/app/mobile/tags/notification-preview.tag | 34 +++++---- src/web/app/mobile/tags/notification.tag | 93 ++++++++++++++++++------ src/web/app/mobile/tags/post-form.tag | 12 +++ src/web/app/mobile/tags/timeline-post.tag | 4 + 4 files changed, 107 insertions(+), 36 deletions(-) (limited to 'src/web/app/mobile') diff --git a/src/web/app/mobile/tags/notification-preview.tag b/src/web/app/mobile/tags/notification-preview.tag index aaae1d483b..131866d1d7 100644 --- a/src/web/app/mobile/tags/notification-preview.tag +++ b/src/web/app/mobile/tags/notification-preview.tag @@ -1,48 +1,52 @@ -
avatar + avatar

{ notification.user.name }

{ getPostSummary(notification.post) }

-
-
avatar + + avatar

{ notification.post.user.name }

{ getPostSummary(notification.post.repost) }

-
-
avatar + + avatar

{ notification.post.user.name }

{ getPostSummary(notification.post) }

-
-
avatar + + avatar

{ notification.user.name }

-
-
avatar + + avatar

{ notification.post.user.name }

{ getPostSummary(notification.post) }

-
-
avatar + + avatar

{ notification.post.user.name }

{ getPostSummary(notification.post) }

-
+ + avatar +
+

{ notification.user.name }

+

{ getPostSummary(notification.post) }

+
+