frontend for xcvr appview

fix addSignet to actually add signet

+3
+3
src/lib/wscontext.svelte.ts
··· 139 139 } 140 140 141 141 addSignet = (signet: SignetView) => { 142 + if (signet.lrcId === this.myID) { 143 + this.mySignet = signet 144 + } 142 145 console.log("now we are signing") 143 146 const arrayIdx = this.messages.findIndex(msg => msg.id === signet.lrcId) 144 147 if (arrayIdx !== -1) {