alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Experiment to rebuild Diffuse using web applets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: No audio engine controls
author
Steven Vandevelde
date
1 year ago
(Mar 18, 2025, 5:34 PM +0100)
commit
e81c0df1
e81c0df1a4118afcb926c9dd0f2fc35517f5fb49
parent
39eb401a
39eb401aa9cee1b164246301e8756c0ec3195dac
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
src
applets
engine
audio
applet.astro
styles
themes
pilot
index.css
+1
-2
src/applets/engine/audio/applet.astro
Reviewed
···
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
5
-
preload="auto"
6
6
-
controls></audio>
5
5
+
preload="auto"></audio>
7
6
</div>
8
7
9
8
<script>
+1
src/styles/themes/pilot/index.css
Reviewed
···
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
44
+
opacity: 0;
44
45
pointer-events: none;
45
46
position: absolute;
46
47
top: 0;