|
|
@@ -2,8 +2,13 @@
|
|
2
|
2
|
main.view--chat
|
|
3
|
3
|
header.mb6(v-if='profile && grouping')
|
|
4
|
4
|
h3 chatting with:
|
|
5
|
|
- p {{ target.profile_id }} | {{ grouping.profile.user_name }} | {{ grouping.profile.user_email }}
|
|
6
|
|
-
|
|
|
5
|
+ span {{ target.profile_id }} |
|
|
|
6
|
+ span(v-if="grouping.revealedFromNotification.length")
|
|
|
7
|
+ span(v-for="revealed in grouping.revealedFromNotification")
|
|
|
8
|
+ span(v-if="revealed.profile_id === target.profile_id")
|
|
|
9
|
+ span {{ revealed[revealed.tag_description] }} |
|
|
|
10
|
+ span(v-else)
|
|
|
11
|
+ span {{ grouping.profile.user_name }} | {{ grouping.profile.user_email }}
|
|
7
|
12
|
h3 logged in as:
|
|
8
|
13
|
p {{ profile.id }} | {{ profile._profile.user_name }} | {{ profile._profile.user_email }}
|
|
9
|
14
|
//- p subscriptions: {{ profile.chatter.subscriptions }}
|