Diagnostics for atproto PDS hosts, DIDs, and handles: https://debug.hose.cam

loading until everything needed is actually there

Changed files
+8 -1
+8 -1
index.html
··· 89 hostname: 'relay1.us-west.bsky.network', 90 }, 91 ]; 92 </script> 93 94 <style> ··· 100 101 <script> 102 document.addEventListener('alpine:init', () => { 103 - document.body.classList.add('ready'); 104 105 Alpine.data('debug', () => ({ 106 // form input
··· 89 hostname: 'relay1.us-west.bsky.network', 90 }, 91 ]; 92 + 93 + if (window.blehYeahReady) blehYeahReady(); 94 + else window.yeahBlehIsReady = true; 95 </script> 96 97 <style> ··· 103 104 <script> 105 document.addEventListener('alpine:init', () => { 106 + if (window.yeahBlehIsReady) { 107 + document.body.classList.add('ready'); 108 + } else { 109 + window.blehYeahReady = () => document.body.classList.add('ready'); 110 + } 111 112 Alpine.data('debug', () => ({ 113 // form input