From adfe5bc5038b7b17f4f17218b9c99a206ee1764b Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 6 Feb 2026 23:38:08 +0000 Subject: [PATCH] Updates --- src/meshcore_hub/web/static/img/logo.svg | 65 ++++++++++++++++++++---- src/meshcore_hub/web/templates/home.html | 27 ++++++---- 2 files changed, 74 insertions(+), 18 deletions(-) diff --git a/src/meshcore_hub/web/static/img/logo.svg b/src/meshcore_hub/web/static/img/logo.svg index 2efdd80..3bf6bf4 100644 --- a/src/meshcore_hub/web/static/img/logo.svg +++ b/src/meshcore_hub/web/static/img/logo.svg @@ -1,14 +1,61 @@ - + + + + - - + - - + - - - - + + + + diff --git a/src/meshcore_hub/web/templates/home.html b/src/meshcore_hub/web/templates/home.html index 8387726..085d595 100644 --- a/src/meshcore_hub/web/templates/home.html +++ b/src/meshcore_hub/web/templates/home.html @@ -22,12 +22,24 @@

{% endif %}
-
- +
+ {{ icon_dashboard("h-5 w-5 mr-2") }} Dashboard - + + {{ icon_nodes("h-5 w-5 mr-2") }} + Nodes + + + {{ icon_advertisements("h-5 w-5 mr-2") }} + Adverts + + + {{ icon_messages("h-5 w-5 mr-2") }} + Messages + + {{ icon_map("h-5 w-5 mr-2") }} Map @@ -37,36 +49,33 @@
-
+
{{ icon_nodes("h-8 w-8") }}
Total Nodes
{{ stats.total_nodes }}
All discovered nodes
- View Nodes
-
+
{{ icon_advertisements("h-8 w-8") }}
Advertisements
{{ stats.advertisements_7d }}
Last 7 days
- View Adverts
-
+
{{ icon_messages("h-8 w-8") }}
Messages
{{ stats.messages_7d }}
Last 7 days
- View Messages