mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Auto load friends list
This commit is contained in:
@@ -3882,6 +3882,8 @@ console.log(`isLinux: ${LINUX}`);
|
|||||||
}
|
}
|
||||||
if (index === 'notification') {
|
if (index === 'notification') {
|
||||||
this.unseenNotifications = [];
|
this.unseenNotifications = [];
|
||||||
|
} else if (index === 'friendsList') {
|
||||||
|
this.friendsListSearchChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
workerTimers.setTimeout(() => {
|
workerTimers.setTimeout(() => {
|
||||||
|
|||||||
@@ -656,7 +656,7 @@
|
|||||||
"previous_display_names": "Previous Display Names:",
|
"previous_display_names": "Previous Display Names:",
|
||||||
"pronouns": "Pronouns",
|
"pronouns": "Pronouns",
|
||||||
"tags": {
|
"tags": {
|
||||||
"friend_no": "Friend No.{number}",
|
"friend_no": "Friend {number}",
|
||||||
"vrchat_team": "VRChat Team"
|
"vrchat_team": "VRChat Team"
|
||||||
},
|
},
|
||||||
"badges": {
|
"badges": {
|
||||||
@@ -2019,4 +2019,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,13 +69,6 @@ mixin friendsListTab
|
|||||||
icon='el-icon-refresh'
|
icon='el-icon-refresh'
|
||||||
circle
|
circle
|
||||||
style='flex: none')
|
style='flex: none')
|
||||||
el-tooltip(placement='top' :content='$t("view.friend_list.clear_tooltip")' :disabled='hideTooltips')
|
|
||||||
el-button(
|
|
||||||
type='default'
|
|
||||||
@click='friendsListTable.data = []'
|
|
||||||
icon='el-icon-delete'
|
|
||||||
circle
|
|
||||||
style='flex: none; margin-left: 5px')
|
|
||||||
data-tables(
|
data-tables(
|
||||||
v-bind='friendsListTable'
|
v-bind='friendsListTable'
|
||||||
@row-click='selectFriendsListRow'
|
@row-click='selectFriendsListRow'
|
||||||
|
|||||||
Reference in New Issue
Block a user