tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
loggger
moth11.net
6 months ago
644fc444
029c65ab
+8
-5
1 changed file
expand all
collapse all
unified
split
src
routes
c
[handle]
[rkey]
+page.svelte
+8
-5
src/routes/c/[handle]/[rkey]/+page.svelte
···
32
32
});
33
33
onDestroy(() => ctx?.disconnect());
34
34
let showSettings = $state(false);
35
35
+
$effect(() => {
36
36
+
console.log(data.channelView);
37
37
+
});
35
38
</script>
36
39
37
40
<main id="transceiver">
38
38
-
{#if data.channelView.title}
39
39
-
<h1>
40
40
-
{data.channelView.title}
41
41
-
</h1>
42
42
-
{/if}
41
41
+
<!-- {#if data.channelView.title} -->
42
42
+
<!-- <h1> -->
43
43
+
<!-- {data.channelView.title} -->
44
44
+
<!-- </h1> -->
45
45
+
<!-- {/if} -->
43
46
{#if ctx?.topic}
44
47
<div>{ctx?.topic}</div>
45
48
{/if}