mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 01:45:20 +00:00
UI: switch to 'point.3.filled.connected.trianglepath.dotted' for mesh-reachable icons in list and header
This commit is contained in:
@@ -1247,8 +1247,8 @@ struct ContentView: View {
|
||||
.foregroundColor(textColor)
|
||||
.accessibilityLabel("Connected via mesh")
|
||||
case .meshReachable:
|
||||
// point.3 icon for reachable via mesh (not directly connected)
|
||||
Image(systemName: "point.3.connected.trianglepath.dotted")
|
||||
// point.3 filled icon for reachable via mesh (not directly connected)
|
||||
Image(systemName: "point.3.filled.connected.trianglepath.dotted")
|
||||
.font(.system(size: 14))
|
||||
.foregroundColor(textColor)
|
||||
.accessibilityLabel("Reachable via mesh")
|
||||
|
||||
@@ -54,7 +54,7 @@ struct MeshPeerList: View {
|
||||
.foregroundColor(baseColor)
|
||||
} else if peer.isReachable {
|
||||
// Mesh-reachable (relayed): point.3 icon
|
||||
Image(systemName: "point.3.connected.trianglepath.dotted")
|
||||
Image(systemName: "point.3.filled.connected.trianglepath.dotted")
|
||||
.font(.system(size: 10))
|
||||
.foregroundColor(baseColor)
|
||||
} else if peer.isMutualFavorite {
|
||||
|
||||
Reference in New Issue
Block a user