frontend for xcvr appview

this should be right

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