tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
try this
moth11.net
3 months ago
5a5d7e04
a1fbe4a9
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
components
History.svelte
+1
-1
src/lib/components/History.svelte
···
13
13
</script>
14
14
15
15
<div id="receiver">
16
16
-
{#each [...items].reverse() as item, i (`${item.signet.lrcId}-${item.type}`)}
16
16
+
{#each [...items].reverse() as item, i}
17
17
{i}
18
18
{#if item.type === "message"}
19
19
<MessageTransmission