aprs.me/assets/js
Graham McIntire e7852e6201
Fix Chart.js date adapter loading error in vendor bundle
Fixed "This method is not implemented: Check that a complete date adapter
is provided" error that occurred when loading weather charts.

The issue was caused by the Chart.js date adapter trying to register
itself before Chart.js was fully loaded in the browser. Updated the
vendor.js bundle to ensure proper loading order and added verification
logging to confirm all libraries and adapters are loaded correctly.

Changes:
- Updated import order in vendor.js to ensure Chart.js loads first
- Added comments explaining the critical loading order requirements
- Added verification logging to check Chart.js adapters are registered

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 10:02:30 -05:00
..
features Fix trail lines not connecting historical positions 2025-07-21 08:31:16 -05:00
hooks cleanup 2025-07-18 14:44:52 -05:00
types Fix JavaScript error when navigating from map to weather page 2025-07-20 08:19:51 -05:00
app.js Use Sentry Loader script to handle CORS errors gracefully 2025-07-18 15:51:21 -05:00
map.ts Fix trail lines not connecting historical positions 2025-07-21 08:31:16 -05:00
map_fixes.ts Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
map_helpers.ts Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00
vendor.js Fix Chart.js date adapter loading error in vendor bundle 2025-07-21 10:02:30 -05:00