mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 03:43: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 Feed from './../views/Feed/Feed.vue';
|
||||
import FriendList from './../views/FriendList/FriendList.vue';
|
||||
import FriendLocation from './../views/FriendLocation/FriendLocation.vue';
|
||||
import FriendLog from './../views/FriendLog/FriendLog.vue';
|
||||
import FriendsLocations from './../views/FriendsLocations/FriendsLocations.vue';
|
||||
import GameLog from './../views/GameLog/GameLog.vue';
|
||||
import Moderation from './../views/Moderation/Moderation.vue';
|
||||
import Notification from './../views/Notifications/Notification.vue';
|
||||
@@ -19,9 +19,9 @@ import Tools from './../views/Tools/Tools.vue';
|
||||
const routes = [
|
||||
{ path: '/feed', name: 'feed', component: Feed },
|
||||
{
|
||||
path: '/friend-location',
|
||||
name: 'friend-location',
|
||||
component: FriendLocation
|
||||
path: '/friends-locations',
|
||||
name: 'friends-locations',
|
||||
component: FriendsLocations
|
||||
},
|
||||
{ path: '/game-log', name: 'game-log', component: GameLog },
|
||||
{ path: '/player-list', name: 'player-list', component: PlayerList },
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
import { getFriendsLocations } from '../../shared/utils/location.js';
|
||||
import { useFriendStore } from '../../stores';
|
||||
|
||||
import FriendLocationCard from './components/FriendLocationCard.vue';
|
||||
import FriendLocationCard from './components/FriendsLocationsCard.vue';
|
||||
import configRepository from '../../service/config.js';
|
||||
|
||||
const { t } = useI18n();
|
||||
@@ -90,7 +90,7 @@
|
||||
gap: calc(14px * var(--card-scale));
|
||||
border-radius: calc(8px * var(--card-scale));
|
||||
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);
|
||||
transition:
|
||||
box-shadow 0.2s ease,
|
||||
Reference in New Issue
Block a user