frontend for xcvr appview

loggger

+8 -5
+8 -5
src/routes/c/[handle]/[rkey]/+page.svelte
··· 32 32 }); 33 33 onDestroy(() => ctx?.disconnect()); 34 34 let showSettings = $state(false); 35 + $effect(() => { 36 + console.log(data.channelView); 37 + }); 35 38 </script> 36 39 37 40 <main id="transceiver"> 38 - {#if data.channelView.title} 39 - <h1> 40 - {data.channelView.title} 41 - </h1> 42 - {/if} 41 + <!-- {#if data.channelView.title} --> 42 + <!-- <h1> --> 43 + <!-- {data.channelView.title} --> 44 + <!-- </h1> --> 45 + <!-- {/if} --> 43 46 {#if ctx?.topic} 44 47 <div>{ctx?.topic}</div> 45 48 {/if}