skyview/assets
Ole-Morten Duesund 1bf030da53 fix: Correct signal strength CSS class names to match JavaScript - resolves #12
Changed CSS class names from 'rssi-*' to 'signal-*' to match the naming
used in JavaScript code (ui-manager.js:187-190). This fixes signal strength
color indicators that were not displaying properly due to the mismatch.

Signal strength colors now work correctly:
- signal-strong: bright green (#00ff88)
- signal-good: yellow (#ffff00)
- signal-weak: orange (#ff8c00)
- signal-poor: red (#ff4444)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 19:44:11 +02:00
..
static fix: Correct signal strength CSS class names to match JavaScript - resolves #12 2025-09-01 19:44:11 +02:00
assets.go style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00