mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
add new composables for instance and search functionalities
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
} from '../../shared/utils';
|
||||
import { createMediaParsers } from './mediaParsers';
|
||||
import { database } from '../../services/database';
|
||||
import { tryLoadPlayerList } from '../../coordinators/gameLogCoordinator';
|
||||
import { useAdvancedSettingsStore } from '../settings/advanced';
|
||||
import { useFriendStore } from '../friend';
|
||||
import { useGameStore } from '../game';
|
||||
@@ -26,8 +27,6 @@ import { useVrStore } from '../vr';
|
||||
import { useVrcxStore } from '../vrcx';
|
||||
import { watchState } from '../../services/watchState';
|
||||
|
||||
import { tryLoadPlayerList, addGameLogEvent } from '../../coordinators/gameLogCoordinator';
|
||||
|
||||
import configRepository from '../../services/config';
|
||||
|
||||
import * as workerTimers from 'worker-timers';
|
||||
@@ -182,6 +181,9 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
vrStore.updateVrNowPlaying();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function resetLastMediaUrls() {
|
||||
lastVideoUrl.value = '';
|
||||
lastResourceloadUrl.value = '';
|
||||
@@ -470,9 +472,6 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
addGameLogVRDancing,
|
||||
addGameLogZuwaZuwaDance,
|
||||
addGameLogLSMedia,
|
||||
addGameLogPopcornPalace,
|
||||
|
||||
// Re-exported from coordinator (called by C# via window.$pinia)
|
||||
addGameLogEvent
|
||||
addGameLogPopcornPalace
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user