frontend for xcvr appview

perhaps more granular key will fix bug

+1 -1
+1 -1
src/lib/components/Receiever.svelte
··· 18 18 19 19 <svelte:window bind:innerWidth /> 20 20 <div id="receiver"> 21 - {#each items as item, index (item.id)} 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)}