mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
fix
This commit is contained in:
@@ -328,6 +328,12 @@ div.x-friend-list
|
|||||||
color: $--theme-info;
|
color: $--theme-info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-menu-container {
|
||||||
|
.bottom-button {
|
||||||
|
color: $--theme-info;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.el-menu-item.notify::after {
|
.el-menu-item.notify::after {
|
||||||
background: hsl($--theme-hue, 0%, 92%);
|
background: hsl($--theme-hue, 0%, 92%);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
:key="item.index"
|
:key="item.index"
|
||||||
placement="right-start"
|
placement="right-start"
|
||||||
trigger="hover"
|
trigger="hover"
|
||||||
:hide-after="isSteamVRRunning ? 600 : 150"
|
:hide-after="isSteamVRRunning ? 400 : 150"
|
||||||
:show-arrow="false"
|
:show-arrow="false"
|
||||||
:offset="0"
|
:offset="0"
|
||||||
:width="navPopoverWidth"
|
:width="navPopoverWidth"
|
||||||
@@ -56,7 +56,6 @@
|
|||||||
></span>
|
></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-menu-item
|
<el-menu-item
|
||||||
@@ -200,10 +199,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { computed, h, onMounted, ref, watch } from 'vue';
|
import { computed, onMounted, ref, watch } from 'vue';
|
||||||
import { useRoute, useRouter } from 'vue-router';
|
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
import { useRouter } from 'vue-router';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
useAdvancedSettingsStore,
|
useAdvancedSettingsStore,
|
||||||
@@ -221,7 +220,6 @@
|
|||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const route = useRoute();
|
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{
|
{
|
||||||
@@ -232,7 +230,7 @@
|
|||||||
{
|
{
|
||||||
index: 'friend-location',
|
index: 'friend-location',
|
||||||
icon: 'ri-user-location-line',
|
icon: 'ri-user-location-line',
|
||||||
tooltip: 'nav_tooltip.friend_location'
|
tooltip: 'nav_tooltip.friends_locations'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 'game-log',
|
index: 'game-log',
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"language": "English (en)",
|
"language": "English (en)",
|
||||||
"translator": "-",
|
"translator": "-",
|
||||||
"nav_tooltip": {
|
"nav_tooltip": {
|
||||||
"friend_location": "Friend Location",
|
"friends_locations": "Friends Locations",
|
||||||
"feed": "Feed",
|
"feed": "Feed",
|
||||||
"game_log": "Game Log",
|
"game_log": "Game Log",
|
||||||
"player_list": "Player List",
|
"player_list": "Player List",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"language": "繁體中文 (zh-TW)",
|
"language": "繁體中文 (zh-TW)",
|
||||||
"translator": "Kamiya,XoF_eLtTiL",
|
"translator": "Kamiya,XoF_eLtTiL",
|
||||||
"nav_tooltip": {
|
"nav_tooltip": {
|
||||||
"friend_location": "好友位置",
|
"friends_locations": "好友位置",
|
||||||
"feed": "動態",
|
"feed": "動態",
|
||||||
"game_log": "遊戲紀錄",
|
"game_log": "遊戲紀錄",
|
||||||
"player_list": "用戶列表",
|
"player_list": "用戶列表",
|
||||||
|
|||||||
@@ -31,8 +31,7 @@
|
|||||||
v-if="favorite.ref.releaseStatus === 'private'"
|
v-if="favorite.ref.releaseStatus === 'private'"
|
||||||
:title="t('view.favorite.private')"
|
:title="t('view.favorite.private')"
|
||||||
class="ri-lock-line"></i>
|
class="ri-lock-line"></i>
|
||||||
<el-tooltip placement="left" :teleported="false">
|
<el-tooltip placement="left" :content="inviteOrLaunchText" :teleported="false">
|
||||||
<template #content> {{ inviteOrLaunchText }} </template>
|
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
:icon="Message"
|
:icon="Message"
|
||||||
|
|||||||
@@ -19,10 +19,7 @@
|
|||||||
isLocalFavorite
|
isLocalFavorite
|
||||||
type="world" />
|
type="world" />
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<el-tooltip placement="left">
|
<el-tooltip placement="left" :content="inviteOrLaunchText" :teleported="false">
|
||||||
<template #content>
|
|
||||||
{{ inviteOrLaunchText }}
|
|
||||||
</template>
|
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
:icon="Message"
|
:icon="Message"
|
||||||
|
|||||||
Reference in New Issue
Block a user