From bfcd3a0de2aaf6392a37578c8936ae19f73ce002 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 16 Mar 2026 14:16:14 +0900 Subject: [PATCH] add Alert for VRChat server status issues on login page (#1396) --- src/views/Login/Login.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 8a40ae30..ba154e35 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -27,6 +27,17 @@
+ + + {{ t('status_bar.servers_issue') }} + + {{ vrcStatusStore.statusText }} + +