From 7411c7e8ee3325b3aed0ef2da3cd2409de3b9d6b Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 10 Nov 2025 21:51:48 -0800 Subject: [PATCH] Worked on /api/packet. Needed to modify - Store.py to read the new time data - api.py to present the new time data - firehose.html chat.html and map.html now use the new apis and the time is the browser local time --- meshview/templates/firehose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/firehose.html b/meshview/templates/firehose.html index 833b7e4..7374c80 100644 --- a/meshview/templates/firehose.html +++ b/meshview/templates/firehose.html @@ -2,7 +2,6 @@ {% block css %} .container { - max-width: 900px; margin: 0 auto; padding: 10px; } @@ -19,6 +18,7 @@ font-size: 0.85rem; color: #e4e9ee; } + .packet-table th, .packet-table td { border: 1px solid #3a3f44; padding: 6px 10px;