2 Commits

Author SHA1 Message Date
sam 207923978d working mumble web tui
Build Mumble Web 2 / linux_build (push) Failing after 44s
Build Mumble Web 2 / macos_build (push) Successful in 1m0s
Build Mumble Web 2 / windows_build (push) Successful in 2m58s
Build Mumble Web 2 / android_build (push) Successful in 4m53s
Assisted-by: Claude:claude-opus-4-7
2026-05-05 00:15:35 -06:00
sam 4dca40ef61 make reactivity system pluggable 2026-05-04 23:37:14 -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<impl Reactivity>,
state: SharedState,
) -> Result<(), Error> {
info!("connecting");