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
});
33
onDestroy(() => ctx?.disconnect());
34
let showSettings = $state(false);
0
0
0
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}