aprs.me/lib
Graham McIntire 9f52f8cb49
fix: Resolve infinite "loading historical data" issue
Fix the issue where the historical data loading indicator would get stuck
indefinitely when no packets are found for a callsign or time period.

Changes:
- Handle empty packet results by properly updating loading state
- Add failsafe timeout (30s) to prevent infinite loading states
- Add debug logging to help identify when no packets are found
- Ensure loading progress is updated even when batches return no data

This fixes the issue where viewing callsigns with no recent data would
show "loading historical data" forever.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 14:49:40 -05:00
..
aprsme fix: Resolve GenServer errors in tests 2025-07-30 14:33:11 -05:00
aprsme_web fix: Resolve infinite "loading historical data" issue 2025-07-30 14:49:40 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00