mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
rename
This commit is contained in:
@@ -6,8 +6,8 @@ import FavoritesFriend from './../views/Favorites/FavoritesFriend.vue';
|
|||||||
import FavoritesWorld from './../views/Favorites/FavoritesWorld.vue';
|
import FavoritesWorld from './../views/Favorites/FavoritesWorld.vue';
|
||||||
import Feed from './../views/Feed/Feed.vue';
|
import Feed from './../views/Feed/Feed.vue';
|
||||||
import FriendList from './../views/FriendList/FriendList.vue';
|
import FriendList from './../views/FriendList/FriendList.vue';
|
||||||
import FriendLocation from './../views/FriendLocation/FriendLocation.vue';
|
|
||||||
import FriendLog from './../views/FriendLog/FriendLog.vue';
|
import FriendLog from './../views/FriendLog/FriendLog.vue';
|
||||||
|
import FriendsLocations from './../views/FriendsLocations/FriendsLocations.vue';
|
||||||
import GameLog from './../views/GameLog/GameLog.vue';
|
import GameLog from './../views/GameLog/GameLog.vue';
|
||||||
import Moderation from './../views/Moderation/Moderation.vue';
|
import Moderation from './../views/Moderation/Moderation.vue';
|
||||||
import Notification from './../views/Notifications/Notification.vue';
|
import Notification from './../views/Notifications/Notification.vue';
|
||||||
@@ -19,9 +19,9 @@ import Tools from './../views/Tools/Tools.vue';
|
|||||||
const routes = [
|
const routes = [
|
||||||
{ path: '/feed', name: 'feed', component: Feed },
|
{ path: '/feed', name: 'feed', component: Feed },
|
||||||
{
|
{
|
||||||
path: '/friend-location',
|
path: '/friends-locations',
|
||||||
name: 'friend-location',
|
name: 'friends-locations',
|
||||||
component: FriendLocation
|
component: FriendsLocations
|
||||||
},
|
},
|
||||||
{ path: '/game-log', name: 'game-log', component: GameLog },
|
{ path: '/game-log', name: 'game-log', component: GameLog },
|
||||||
{ path: '/player-list', name: 'player-list', component: PlayerList },
|
{ path: '/player-list', name: 'player-list', component: PlayerList },
|
||||||
|
|||||||
@@ -149,7 +149,7 @@
|
|||||||
import { getFriendsLocations } from '../../shared/utils/location.js';
|
import { getFriendsLocations } from '../../shared/utils/location.js';
|
||||||
import { useFriendStore } from '../../stores';
|
import { useFriendStore } from '../../stores';
|
||||||
|
|
||||||
import FriendLocationCard from './components/FriendLocationCard.vue';
|
import FriendLocationCard from './components/FriendsLocationsCard.vue';
|
||||||
import configRepository from '../../service/config.js';
|
import configRepository from '../../service/config.js';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
gap: calc(14px * var(--card-scale));
|
gap: calc(14px * var(--card-scale));
|
||||||
border-radius: calc(8px * var(--card-scale));
|
border-radius: calc(8px * var(--card-scale));
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid rgba(148, 163, 184, 0.32);
|
border: 1px solid var(--el-border-color);
|
||||||
box-shadow: 0 calc(6px * var(--card-scale)) calc(16px * var(--card-scale)) rgba(15, 23, 42, 0.04);
|
box-shadow: 0 calc(6px * var(--card-scale)) calc(16px * var(--card-scale)) rgba(15, 23, 42, 0.04);
|
||||||
transition:
|
transition:
|
||||||
box-shadow 0.2s ease,
|
box-shadow 0.2s ease,
|
||||||
Reference in New Issue
Block a user