tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
perhaps more granular key will fix bug
moth11.net
4 months ago
d3cb9a34
28fe7083
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
components
Receiever.svelte
+1
-1
src/lib/components/Receiever.svelte
···
18
18
19
19
<svelte:window bind:innerWidth />
20
20
<div id="receiver">
21
21
-
{#each items as item, index (item.id)}
21
21
+
{#each items as item, index (`${item.id}-${item.type}`)}
22
22
{@const last = length - 1}
23
23
{@const diff = last - index}
24
24
{@const guess = 2 + (Math.atan((diff - 19) * 0.25) / -2.8 - 0.45)}