Skip to content

Staging#21

Merged
MichaelWheeley merged 3 commits intoMichaelWheeley:feature/thai-language-devfrom
accius:Staging
Mar 24, 2026
Merged

Staging#21
MichaelWheeley merged 3 commits intoMichaelWheeley:feature/thai-language-devfrom
accius:Staging

Conversation

@MichaelWheeley
Copy link
Copy Markdown
Owner

What does this PR do?

Type of change

  • Bug fix
  • New feature
  • Performance improvement
  • Refactor / code cleanup
  • Documentation
  • Translation
  • Map layer plugin

How to test

Checklist

  • App loads without console errors
  • Tested in Dark, Light, and Retro themes
  • Responsive at different screen sizes (desktop + mobile)
  • If touching server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)
  • If adding an API route: includes caching and error handling
  • If adding a panel: wired into Modern, Classic, and Dockable layouts
  • No hardcoded colors — uses CSS variables (var(--accent-cyan), etc.)
  • No .bak, .old, console.log debug lines, or test scripts included

Screenshots (if visual change)

accius and others added 3 commits March 24, 2026 08:28
NaN != null is true, so all null-checks let NaN coordinates through
to Leaflet which crashes with "Invalid LatLng object: (NaN, NaN)".

Server: sanitize coordinates with Number.isFinite() before sending
— NaN from bad grid lookups or prefix estimates now becomes null.

Frontend: replaced all spot/path coordinate guards from
  spot.lat != null  →  Number.isFinite(spot.lat)
in WorldMap.jsx (placeSpots, DX paths) and AzimuthalMap.jsx
(POTA, WWFF, SOTA, WWBOTA, DX marker, spotter paths).

Credit: Alan (alanhargreaves) caught this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Railway's build cache couldn't compute checksum for the specific
file path rig-listener/rig-listener.js. Changed to COPY the whole
directory instead, which avoids the cached reference.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@MichaelWheeley MichaelWheeley merged commit 33f4c93 into MichaelWheeley:feature/thai-language-dev Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants