frontend for xcvr appview

probs should be like this

+5 -5
+5 -5
src/routes/c/[handle]/[rkey]/+page.svelte
··· 38 38 </script> 39 39 40 40 <main id="transceiver"> 41 - <!-- {#if data.channelView.title} --> 42 - <!-- <h1> --> 43 - <!-- {data.channelView.title} --> 44 - <!-- </h1> --> 45 - <!-- {/if} --> 41 + {#if data.channelView} 42 + <h1> 43 + {data.channelView.title} 44 + </h1> 45 + {/if} 46 46 {#if ctx?.topic} 47 47 <div>{ctx?.topic}</div> 48 48 {/if}