From 59f2ef60cb690c9a1539f2f18c93190d3c811c72 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 19 Sep 2026 16:23:05 -0400 Subject: [PATCH] bug: tournaments index grows a section at a time while it loads The curated view had four independent sources -- two subscriptions and two RecentTournaments fetches -- each revealing itself as it reported in, so the page changed height four times on the way up. Gates all of them behind one reveal, with a 2.5s deadline so a websocket that is slow or never connects cannot hold the page back. --- pages/tournaments/index.vue | 423 +++++++++++++++++++----------------- 1 file changed, 224 insertions(+), 199 deletions(-) diff --git a/pages/tournaments/index.vue b/pages/tournaments/index.vue index 55fab856..683da1b3 100644 --- a/pages/tournaments/index.vue +++ b/pages/tournaments/index.vue @@ -1,5 +1,5 @@ -