frontend for xcvr appview

this should be fine for now

+1 -3
+1 -3
src/lib/wscontext.svelte.ts
··· 236 236 }).then((val) => console.log(val), (val) => console.log(val)) 237 237 }, 2000) 238 238 }) 239 - // TODO: backend respond correctly 240 - const uri = "beep" 241 - const contentAddress = `${api}/lrc/getImage?uri=${uri}` 239 + const contentAddress = `${api}/lrc/getImage?handle=${this.handle}&cid=${this.atpblob.ref}` 242 240 if (this.mediaactive) { 243 241 pubImage(alt, contentAddress, this) 244 242 }