From 9b987e23834bbf3e49a6b2015da5e39dec88e67c Mon Sep 17 00:00:00 2001 From: you Date: Mon, 23 Mar 2026 02:08:21 +0000 Subject: [PATCH] Customizer: friendly packet type names (Channel Message, Direct Message, etc.) --- public/customize.js | 4 ++-- public/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/customize.js b/public/customize.js index 350afef9..2d656fb7 100644 --- a/public/customize.js +++ b/public/customize.js @@ -162,8 +162,8 @@ const NODE_EMOJI = { repeater: '◆', companion: '●', room: '■', sensor: '▲', observer: '★' }; const TYPE_LABELS = { - ADVERT: 'ADVERT', GRP_TXT: 'GRP_TXT', TXT_MSG: 'TXT_MSG', ACK: 'ACK', - REQUEST: 'REQUEST', RESPONSE: 'RESPONSE', TRACE: 'TRACE', PATH: 'PATH' + ADVERT: 'Advertisement', GRP_TXT: 'Channel Message', TXT_MSG: 'Direct Message', ACK: 'Acknowledgment', + REQUEST: 'Request', RESPONSE: 'Response', TRACE: 'Traceroute', PATH: 'Path' }; const TYPE_HINTS = { ADVERT: 'Node advertisements — map, feed, packet list', diff --git a/public/index.html b/public/index.html index a0bac400..9459e548 100644 --- a/public/index.html +++ b/public/index.html @@ -101,6 +101,6 @@ - +