WIP: feat(webserver): Reimplement music player

This commit is contained in:
Tristan Daniël Maat 2025-11-29 23:30:23 +08:00
parent 17ff62f0b9
commit d482b7ab3a
Signed by: tlater
GPG key ID: 02E935006CF2E8E7
6 changed files with 485 additions and 6 deletions

View file

@ -11,6 +11,7 @@ axum = { version = "0.8.7", features = ["macros"], optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
figment = { version = "0.10.19", features = ["toml", "env"] }
leptos = "0.8.3"
leptos-use = "0.16.3"
leptos_axum = { version = "0.8.3", optional = true }
leptos_meta = "0.8.3"
leptos_router = "0.8.3"
@ -21,7 +22,7 @@ thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["rt-multi-thread"], optional = true }
url = "2.5.7"
wasm-bindgen = { version = "=0.2.100", optional = true }
web-sys = "^0.3.77"
web-sys = { version = "^0.3.77", features = ["AnalyserNode", "AudioContext", "AudioDestinationNode", "GainNode", "HtmlMediaElement", "MediaElementAudioSourceNode"] }
[features]
hydrate = [