mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-11 20:54:43 +00:00
a89b577ce5
- style.css: section-row rules now use var(--section-*-bg) instead of hardcoded rgba() values, completing the review feedback fix - decoder_test.go: overlap check condition was too strict (required both <= AND <, effectively only catching <). Fixed to just <= - decoder_test.go: replaced custom repeatHex() with strings.Repeat() from stdlib (DRY)