diff --git a/gui_vue/src/components/main.vue b/gui_vue/src/components/main.vue index 2296ff77..441b7c59 100644 --- a/gui_vue/src/components/main.vue +++ b/gui_vue/src/components/main.vue @@ -75,6 +75,7 @@ function openWebExternal(url) { href="#list-tnc" role="tab" aria-controls="list-tnc" + title="Home" > @@ -104,6 +106,7 @@ function openWebExternal(url) { href="#list-info" role="tab" aria-controls="list-info" + title="About" > @@ -124,6 +127,7 @@ function openWebExternal(url) { href="#list-settings" role="tab" aria-controls="list-settings" + title="Settings" > diff --git a/gui_vue/src/components/main_active_stats.vue b/gui_vue/src/components/main_active_stats.vue index f7748f7f..6212cae2 100644 --- a/gui_vue/src/components/main_active_stats.vue +++ b/gui_vue/src/components/main_active_stats.vue @@ -336,7 +336,7 @@ export default { 'btn-outline-secondary': state.is_codec2_traffic === 'False', }" > - signal + data diff --git a/gui_vue/src/components/main_footer_navbar.vue b/gui_vue/src/components/main_footer_navbar.vue index 9e6a40c7..0825f944 100644 --- a/gui_vue/src/components/main_footer_navbar.vue +++ b/gui_vue/src/components/main_footer_navbar.vue @@ -25,11 +25,8 @@ const state = useStateStore(pinia); }" id="ptt_state" type="button" - data-bs-placement="top" - data-bs-toggle="tooltip" - data-bs-trigger="hover" - data-bs-html="true" - title="PTT state:RECEIVING / TRANSMITTING" + title="Rig PTT state" + style="pointer-events: auto;" disabled > @@ -47,8 +44,9 @@ const state = useStateStore(pinia); 'bg-danger': state.busy_state === 'BUSY', 'bg-secondary': state.busy_state === 'IDLE', }" - title="TNC busy state: IDLE / BUSY" + title="TNC state" disabled + style="pointer-events: auto;" > @@ -61,12 +59,13 @@ const state = useStateStore(pinia); data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-html="true" - title="ARQ SESSION state: OPEN" v-bind:class="{ 'bg-secondary': state.arq_session_state === 'disconnected', 'bg-warning': state.arq_session_state === 'connected', }" disabled + style="pointer-events: auto;" + title="Session state" > @@ -75,16 +74,13 @@ const state = useStateStore(pinia); class="btn btn-sm btn-secondary me-1" id="arq_state" type="button" - data-bs-placement="top" - data-bs-toggle="tooltip" - data-bs-trigger="hover" - data-bs-html="true" - title="DATA-CHANNEL state: OPEN" + title="Data channel state" v-bind:class="{ 'bg-secondary': state.arq_state === 'False', 'bg-warning': state.arq_state === 'True', }" disabled + style=" ointer-events: auto;" > @@ -114,7 +110,8 @@ const state = useStateStore(pinia); 'btn-warning': state.channel_busy === 'True', 'btn-secondary': state.channel_busy === 'False', }" - title="Channel busy state: not busy / busy " + style="pointer-events: auto;" + title="Channel busy" > @@ -124,10 +121,8 @@ const state = useStateStore(pinia); @@ -137,10 +132,7 @@ const state = useStateStore(pinia); @@ -157,11 +149,11 @@ const state = useStateStore(pinia); class="bi" style="font-size: 1rem" v-bind:class="{ - 'bi-reception-0': state.speed_level === '0', - 'bi-reception-1': state.speed_level === '1', - 'bi-reception-2': state.speed_level === '2', - 'bi-reception-3': state.speed_level === '3', - 'bi-reception-4': state.speed_level === '4', + 'bi-reception-0': state.speed_level == 0, + 'bi-reception-1': state.speed_level == 1, + 'bi-reception-2': state.speed_level == 2, + 'bi-reception-3': state.speed_level == 3, + 'bi-reception-4': state.speed_level == 4, }" > @@ -170,10 +162,7 @@ const state = useStateStore(pinia); @@ -197,6 +186,7 @@ const state = useStateStore(pinia); data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-html="true" + title="Current or last connected with station" >