Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: No audio engine controls

+2 -2
+1 -2
src/applets/engine/audio/applet.astro
··· 2 2 <audio 3 3 crossorigin="anonymous" 4 4 src="https://archive.org/download/lp_moonlight-sonata_ludwig-van-beethoven-frdric-chopin-alexand/disc1%2F01.02.%20Moonlight%20Sonata%20Op.%2027%2C%20No.%202%20In%20C%20Sharp%20Minor%3A%20Allegretto.mp3?tunnel=1" 5 - preload="auto" 6 - controls></audio> 5 + preload="auto"></audio> 7 6 </div> 8 7 9 8 <script>
+1
src/styles/themes/pilot/index.css
··· 41 41 /* Audio is special case, iframe needs to be "visible" in order to play the audio. */ 42 42 #applet__engine__audio { 43 43 left: 0; 44 + opacity: 0; 44 45 pointer-events: none; 45 46 position: absolute; 46 47 top: 0;