1
1
forked from iarv/meshview

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
This commit is contained in:
Pablo Revilla
2025-11-10 21:51:48 -08:00
parent 27daa92694
commit 7411c7e8ee

View File

@@ -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;