2 Commits

Author SHA1 Message Date
sam 0f8f294265 working mumble web tui
Build Mumble Web 2 / macos_build (push) Successful in 1m2s
Build Mumble Web 2 / windows_build (push) Successful in 3m11s
Build Mumble Web 2 / linux_build (push) Failing after 44s
Build Mumble Web 2 / android_build (push) Successful in 4m42s
Assisted-by: Claude:claude-opus-4-7
2026-05-05 00:20:15 -06:00
sam d5a70cf078 make reactivity system pluggable 2026-05-05 00:20:15 -06:00
+1 -1
View File
@@ -443,7 +443,7 @@ pub async fn network_connect(
username: String,
event_rx: &mut UnboundedReceiver<Command>,
overrides: &ProxyOverrides,
state: SharedState,
state: SharedState<impl Reactivity>,
) -> Result<(), Error> {
info!("connecting");