From 569e77c8769375b67daa0f697dbadac2e7e3373d Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 13 Apr 2026 20:56:06 -0500 Subject: [PATCH] feat(globalState): add message_waiting_bubble_color to enhance message status indication --- meshchatx/src/frontend/js/GlobalState.js | 1 + 1 file changed, 1 insertion(+) diff --git a/meshchatx/src/frontend/js/GlobalState.js b/meshchatx/src/frontend/js/GlobalState.js index 1f0f8bd..40b6e90 100644 --- a/meshchatx/src/frontend/js/GlobalState.js +++ b/meshchatx/src/frontend/js/GlobalState.js @@ -19,6 +19,7 @@ const globalState = reactive({ message_outbound_bubble_color: "#4f46e5", message_inbound_bubble_color: null, message_failed_bubble_color: "#ef4444", + message_waiting_bubble_color: "#e5e7eb", }, });