Changelogs
Recent updates and tweaks to the globe experience.
- Navigation — Added top nav with Globe and Changelogs tabs.
- Rotation — Increased auto-rotation speed for a snappier spin.
- Style morph — Smoother crossfade between classic and neon styles with gated layers.
- Borders — Crisper country outlines, brighter in neon mode.
- Marker — Persistent Miami marker with occlusion awareness.
Want these loaded from a file or API? I can wire it to JSON, Markdown, or a database.
InsightsAI
UI fixes and behavior improvements.
- Fixed popup overflow issueAnalysis Result popup now properly fits within viewport boundaries.
- Reduced width from 350px to 320px
- Added max-height: 400px with vertical scrolling
- Implemented smart positioning:
Math.min(screenPosition.x + 50, window.innerWidth - 340) - Prevented vertical overflow:
Math.max(20, Math.min(screenPosition.y - 150, window.innerHeight - 420))