frontend for xcvr appview

this should be right

+1 -1
-1
src/lib/components/Transmitter.svelte
··· 94 94 if (imageURL) { 95 95 URL.revokeObjectURL(imageURL); 96 96 } 97 - 98 97 ctx.cancelImage(); 99 98 imageAlt = ""; 100 99 imageURL = undefined;
+1
src/lib/wscontext.svelte.ts
··· 219 219 initImage = (blob: File) => { 220 220 if (!this.myMedia) { 221 221 initImage(this) 222 + this.mediaactive = true 222 223 const api = import.meta.env.VITE_API_URL 223 224 const endpoint = `${api}/lrc/image` 224 225 const formData = new FormData()