mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
show date joined
This commit is contained in:
@@ -852,6 +852,7 @@ speechSynthesis.getVoices();
|
|||||||
developerType: json.developerType,
|
developerType: json.developerType,
|
||||||
last_login: json.last_login,
|
last_login: json.last_login,
|
||||||
last_platform: json.last_platform,
|
last_platform: json.last_platform,
|
||||||
|
date_joined: json.date_joined,
|
||||||
allowAvatarCopying: json.allowAvatarCopying,
|
allowAvatarCopying: json.allowAvatarCopying,
|
||||||
isFriend: false,
|
isFriend: false,
|
||||||
location: ($app.isGameRunning === true)
|
location: ($app.isGameRunning === true)
|
||||||
@@ -1079,6 +1080,7 @@ speechSynthesis.getVoices();
|
|||||||
developerType: '',
|
developerType: '',
|
||||||
last_login: '',
|
last_login: '',
|
||||||
last_platform: '',
|
last_platform: '',
|
||||||
|
date_joined: '',
|
||||||
allowAvatarCopying: false,
|
allowAvatarCopying: false,
|
||||||
onlineFriends: [],
|
onlineFriends: [],
|
||||||
activeFriends: [],
|
activeFriends: [],
|
||||||
@@ -1174,6 +1176,7 @@ speechSynthesis.getVoices();
|
|||||||
developerType: '',
|
developerType: '',
|
||||||
last_login: '',
|
last_login: '',
|
||||||
last_platform: '',
|
last_platform: '',
|
||||||
|
date_joined: '',
|
||||||
allowAvatarCopying: false,
|
allowAvatarCopying: false,
|
||||||
isFriend: false,
|
isFriend: false,
|
||||||
location: '',
|
location: '',
|
||||||
|
|||||||
@@ -838,8 +838,8 @@ html
|
|||||||
span.extra {{ userDialog.ref.last_login | formatDate('YYYY-MM-DD HH24:MI:SS') || '-' }}
|
span.extra {{ userDialog.ref.last_login | formatDate('YYYY-MM-DD HH24:MI:SS') || '-' }}
|
||||||
.x-friend-item(style="cursor:default")
|
.x-friend-item(style="cursor:default")
|
||||||
.detail
|
.detail
|
||||||
span.name Last Platform
|
span.name Date Joined
|
||||||
span.extra(v-text="userDialog.ref.last_platform")
|
span.extra(v-text="userDialog.ref.date_joined")
|
||||||
.x-friend-item(v-if="userDialog.ref.id === API.currentUser.id && API.currentUser.homeLocation" @click="showWorldDialog(API.currentUser.homeLocation)" style="width:100%")
|
.x-friend-item(v-if="userDialog.ref.id === API.currentUser.id && API.currentUser.homeLocation" @click="showWorldDialog(API.currentUser.homeLocation)" style="width:100%")
|
||||||
.detail
|
.detail
|
||||||
span.name Home Location
|
span.name Home Location
|
||||||
|
|||||||
Reference in New Issue
Block a user