frontend for xcvr appview

background blurry lines + no audio on my message

+3 -2
+1 -1
src/lib/wscontext.svelte.ts
··· 207 207 if (document.hidden || !document.hasFocus()) { 208 208 this.audio.currentTime = 0 209 209 this.audio.play() 210 - } else { 210 + } else if (!message.mine) { 211 211 this.shortaudio.currentTime = 0 212 212 this.shortaudio.play() 213 213 }
+2 -1
static/main.css
··· 107 107 width: 100vw; 108 108 height: 100vw; 109 109 pointer-events: none; 110 - z-index: 1; 110 + z-index: -1; 111 + filter: blur(1rem); 111 112 }