From 3426fbf80b3fffb4c39d3a5e1cbd0957d97d7d2b Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 24 Feb 2026 21:33:50 +0000 Subject: [PATCH] fix: LiveStats: show hard error when Ponder is unreachable (not silent skeletons) (#201) Co-Authored-By: Claude Sonnet 4.6 --- landing/src/components/LiveStats.vue | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/landing/src/components/LiveStats.vue b/landing/src/components/LiveStats.vue index 3d4b12e..43fae6d 100644 --- a/landing/src/components/LiveStats.vue +++ b/landing/src/components/LiveStats.vue @@ -1,5 +1,5 @@ @@ -610,4 +621,15 @@ onUnmounted(() => { background-position: 200% 0 100% background-position: -200% 0 + +.live-stats-error + display: flex + align-items: center + justify-content: center + +.error-message + font-size: 14px + color: #f87171 + text-align: center + letter-spacing: 0.3px