mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
mac: design tweaks
This commit is contained in:
parent
042856a947
commit
38c308e34c
1 changed files with 61 additions and 59 deletions
|
|
@ -619,6 +619,7 @@ private struct PortConfigurationView: View {
|
||||||
private let logger = Logger(subsystem: "sh.vibetunnel.vibetunnel", category: "PortConfiguration")
|
private let logger = Logger(subsystem: "sh.vibetunnel.vibetunnel", category: "PortConfiguration")
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
HStack {
|
HStack {
|
||||||
Text("Server port:")
|
Text("Server port:")
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
@ -762,6 +763,7 @@ private struct PortConfigurationView: View {
|
||||||
.padding(.top, 4)
|
.padding(.top, 4)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private func checkPortAvailability(_ port: Int) async {
|
private func checkPortAvailability(_ port: Int) async {
|
||||||
isCheckingPort = true
|
isCheckingPort = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue