From 9507e18294c2c9d622d1ba0c39948b2bec9b670c Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 26 Feb 2023 14:00:53 +0100 Subject: [PATCH] small info optimisation --- gui/preload-chat.js | 4 ++-- gui/src/chat-module.html | 25 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index c8ee9654..e021463e 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -1657,8 +1657,8 @@ function getSetUserInformation(selected_callsign) { document.getElementById("dx_user_info_image").src = data.user_info_image; document.getElementById("dx_user_info_gridsquare").className = ""; - document.getElementById("dx_user_info_name").className = ""; - document.getElementById("dx_user_info_age").className = ""; + document.getElementById("dx_user_info_name").className = "badge bg-secondary"; + document.getElementById("dx_user_info_age").className = "badge bg-secondary"; document.getElementById("dx_user_info_gridsquare").className = ""; document.getElementById("dx_user_info_location").className = ""; document.getElementById("dx_user_info_email").className = ""; diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index d8fb5143..c5e9eef4 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -434,7 +434,7 @@ class="form-control" placeholder="Comments" id="user_info_comments" - aria-label="Name" + aria-label="Comments" aria-describedby="basic-addon1" /> @@ -478,39 +478,44 @@
- - - ( - + ) + >