Skip to content

Improve explorer and console UI#162

Merged
raymondjacobson merged 7 commits intomainfrom
feature/globe-explorer
Mar 27, 2026
Merged

Improve explorer and console UI#162
raymondjacobson merged 7 commits intomainfrom
feature/globe-explorer

Conversation

@raymondjacobson
Copy link
Copy Markdown
Contributor

@raymondjacobson raymondjacobson commented Mar 27, 2026

Summary

  • Replace Leaflet flat map with COBE WebGL globe showing validator node locations
  • Animated green laser arcs from block proposer to other validators on each new block via SSE
  • Play events appear as purple dots that fade to white, positioned at geographic location
  • Side-by-side layout: globe (left) + transaction analytics (right)
  • Dark theme normalization across explorer and console (tiles #0a0a0a/#141414, borders #1a1a1a, greens green-400)
  • Console Franken UI border/divider overrides to match explorer
  • Show version number on console validators page (consensus nodes tab)
  • Debug play endpoint for devnet testing
  • Search bar font size reduction
  • Fix block height flash of "1" on page load

Test plan

  • Verify globe renders with green validator dots on dashboard
  • Confirm laser arcs fire on each new block (every ~1.3s on devnet)
  • Test play events via curl -X POST "https://node1.oap.devnet/api/debug/play?city=Tokyo&region=Kanto&country=JP"
  • Check play dots appear as purple → white → fade (1s decay)
  • Rotate globe and confirm play dots stay geostationary
  • Verify console /console pages have matching dark theme
  • Check console validators page shows version next to each consensus node
  • Confirm block height shows "-" then correct number (no flash of "1")

🤖 Generated with Claude Code

raymondjacobson and others added 2 commits March 27, 2026 10:04
Add version field to consensus node cards, fetched concurrently
from each node's health-check endpoint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@raymondjacobson raymondjacobson merged commit 7d17c81 into main Mar 27, 2026
5 checks passed
@raymondjacobson raymondjacobson deleted the feature/globe-explorer branch March 27, 2026 19:33
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.

1 participant