mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-15 15:55:07 +00:00
4f7b02a91c
- New public/roles.js shared module: ROLE_COLORS, ROLE_LABELS, ROLE_STYLE, ROLE_EMOJI, ROLE_SORT, HEALTH_THRESHOLDS, TILE_DARK/LIGHT, SNR_THRESHOLDS, DIST_THRESHOLDS, MAX_HOP_DIST, LIMITS — all configurable via /api/config/roles - Removed duplicate ROLE_COLORS from map.js, nodes.js, live.js, analytics.js - Removed duplicate health thresholds from nodes.js, home.js, observer-detail.js - Deduplicated CartoDB tile URLs (3 copies → 1 in roles.js) - Removed hardcoded region names from map.js and packets.js - channels.js uses ROLE_EMOJI/ROLE_LABELS instead of hardcoded emoji chains - server.js reads healthThresholds from config.json with defaults - Unknown roles get gray circle fallback instead of crashing