gui: new login screen
Build Mumble Web 2 / macos_build (push) Successful in 1m1s
Build Mumble Web 2 / linux_build (push) Successful in 1m19s
Build Mumble Web 2 / windows_build (push) Successful in 2m51s
Build Mumble Web 2 / android_build (push) Successful in 4m40s

This commit is contained in:
2026-05-04 23:04:03 -06:00
parent e72bb6d4c4
commit d8d7475fc4
16 changed files with 1039 additions and 189 deletions
+10
View File
@@ -17,6 +17,16 @@ pub struct ServerStatus {
pub bandwidth: Option<u32>,
}
#[derive(Debug, Clone, Deserialize, Serialize, Default, PartialEq)]
pub struct ServerEntry {
pub name: String,
pub address: String,
pub port: u16,
pub username: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub password: Option<String>,
}
/// Mumble UDP ping protocol.
///
/// Send a 12-byte packet: 4 zero bytes + 8-byte identifier.