mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
74 lines
1.0 KiB
Plaintext
74 lines
1.0 KiB
Plaintext
doctype html
|
|
#x-app.x-app(@dragenter.prevent @dragover.prevent @drop.prevent)
|
|
//- ### Login ###
|
|
Login(v-if='!watchState.isLoggedIn')
|
|
|
|
VRCXUpdateDialog
|
|
|
|
template(v-if='watchState.isLoggedIn')
|
|
//- ### Menu ###
|
|
NavMenu
|
|
|
|
//- ### Sidebar ###
|
|
Sidebar
|
|
|
|
//- ### Tabs ###
|
|
Feed
|
|
|
|
GameLog
|
|
|
|
PlayerList
|
|
|
|
Search
|
|
|
|
Favorites
|
|
|
|
FriendLog
|
|
|
|
Moderation
|
|
|
|
Notification
|
|
|
|
FriendList
|
|
|
|
Charts
|
|
|
|
Profile
|
|
|
|
Settings
|
|
|
|
//- ## Dialogs ## -\\
|
|
UserDialog
|
|
|
|
WorldDialog
|
|
|
|
AvatarDialog
|
|
|
|
GroupDialog
|
|
|
|
GroupMemberModerationDialog
|
|
|
|
GalleryDialog
|
|
|
|
FullscreenImageDialog
|
|
|
|
PreviousInstancesInfoDialog
|
|
|
|
LaunchDialog
|
|
|
|
LaunchOptionsDialog
|
|
|
|
FriendImportDialog
|
|
|
|
WorldImportDialog
|
|
|
|
AvatarImportDialog
|
|
|
|
ChooseFavoriteGroupDialog
|
|
|
|
EditInviteMessageDialog
|
|
|
|
VRChatConfigDialog
|
|
|
|
PrimaryPasswordDialog
|