feat: Add helpful hint text for server endpoint field
- Clarify HTTP/HTTPS support - Note HTTP restriction to local networks - Mention optional port configuration - Indicate trailing slash not required
This commit is contained in:
parent
6385d10317
commit
819eb4fc56
@ -43,6 +43,11 @@ struct SettingsServerView: View {
|
|||||||
.onChange(of: viewModel.endpoint) {
|
.onChange(of: viewModel.endpoint) {
|
||||||
viewModel.clearMessages()
|
viewModel.clearMessages()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Text("HTTP/HTTPS supported. HTTP only for local networks. Port optional. No trailing slash needed.")
|
||||||
|
.font(.caption)
|
||||||
|
.foregroundColor(.secondary)
|
||||||
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
} else {
|
} else {
|
||||||
HStack {
|
HStack {
|
||||||
Image(systemName: "server.rack")
|
Image(systemName: "server.rack")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user