mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
UI Refresh
This commit is contained in:
@@ -8,12 +8,10 @@ import LastJoin from '../components/LastJoin.vue';
|
||||
import Launch from '../components/Launch.vue';
|
||||
import Location from '../components/Location.vue';
|
||||
import LocationWorld from '../components/LocationWorld.vue';
|
||||
import NativeTooltip from '../components/NativeTooltip.vue';
|
||||
import Timer from '../components/Timer.vue';
|
||||
|
||||
export function initComponents(app) {
|
||||
app.component('Location', Location);
|
||||
app.component('NativeTooltip', NativeTooltip);
|
||||
app.component('Timer', Timer);
|
||||
app.component('InstanceInfo', InstanceInfo);
|
||||
app.component('LastJoin', LastJoin);
|
||||
|
||||
@@ -19,7 +19,7 @@ export function initNoty(isVrOverlay = false) {
|
||||
},
|
||||
layout: 'bottomLeft',
|
||||
theme: 'mint',
|
||||
timeout: 6000
|
||||
timeout: 2000
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ import PlayerList from './../views/PlayerList/PlayerList.vue';
|
||||
import Search from './../views/Search/Search.vue';
|
||||
import Settings from './../views/Settings/Settings.vue';
|
||||
import Tools from './../views/Tools/Tools.vue';
|
||||
import Gallery from './../views/Tools/Gallery.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -83,6 +84,12 @@ const routes = [
|
||||
component: Charts
|
||||
},
|
||||
{ path: 'tools', name: 'tools', component: Tools },
|
||||
{
|
||||
path: 'tools/gallery',
|
||||
name: 'gallery',
|
||||
component: Gallery,
|
||||
meta: { navKey: 'tools' }
|
||||
},
|
||||
{ path: 'settings', name: 'settings', component: Settings }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user