Work on server and client connectivity

This commit is contained in:
Michael Mikovsky
2025-06-06 19:20:49 -06:00
parent 92c9f08a5c
commit fda5e9ea02
28 changed files with 728 additions and 251 deletions
-10
View File
@@ -33,16 +33,6 @@ component ListenerCard inherits BorderedRectangle {
font-size: 14px;
}
}
TitleText {
text: "Port: ";
Text {
text: listener.port;
font-weight: 500;
font-size: 14px;
}
}
}
}
-1
View File
@@ -2,5 +2,4 @@ export struct UITcpListener {
enabled: bool,
name: string,
remote_host: string,
port: int,
}