From 28a779b91bab9c3ed4278de7fc24096aad36cb25 Mon Sep 17 00:00:00 2001 From: James Smith Date: Wed, 13 May 2026 10:02:45 +0100 Subject: [PATCH] fix(meshcore): add to nav and fix welcome card styling Meshcore was missing from both the desktop Wireless dropdown and mobile nav. The welcome card also used non-standard div/emoji markup instead of the SVG icon pattern used by every other mode, causing wrong font and colour rendering. Co-Authored-By: Claude Sonnet 4.6 --- templates/index.html | 4 ++-- templates/partials/nav.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index bb39da7..d0ee02f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -431,8 +431,8 @@ Meshtastic diff --git a/templates/partials/nav.html b/templates/partials/nav.html index b262012..6e630e5 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -135,6 +135,7 @@ {{ mode_item('bt_locate', 'BT Locate', '') }} {{ mode_item('wifi_locate', 'WF Locate', '') }} {{ mode_item('meshtastic', 'Meshtastic', '') }} + {{ mode_item('meshcore', 'Meshcore', '') }} @@ -271,6 +272,7 @@ {{ mobile_item('bt_locate', 'Locate', '') }} {{ mobile_item('wifi_locate', 'WF Loc', '') }} {{ mobile_item('meshtastic', 'Mesh', '') }} + {{ mobile_item('meshcore', 'Meshcore', '') }} {# Intel Group #}