From 5e3d62a6b8b0732696ade841b88a07d01fe3ac83 Mon Sep 17 00:00:00 2001 From: zeeshaun <1766264+zeeshaun@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:49:12 -0500 Subject: [PATCH] Improve chat and match confirm accessibility --- components/chat/ChatLobby.vue | 33 ++++++++- components/matchmaking/MatchmakingConfirm.vue | 73 ++++++++++++++++++- i18n/locales/en.json | 3 + 3 files changed, 101 insertions(+), 8 deletions(-) diff --git a/components/chat/ChatLobby.vue b/components/chat/ChatLobby.vue index 8f805f04..13cadb33 100644 --- a/components/chat/ChatLobby.vue +++ b/components/chat/ChatLobby.vue @@ -72,14 +72,20 @@ import Empty from "~/components/ui/empty/Empty.vue";