frontend for xcvr appview

loggger

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