By default zoom map to show all nodes, with names and icons.

This commit is contained in:
geeksville 2020-04-05 12:33:23 -07:00
parent 2f556b6dc9
commit 743316d421
3 changed files with 41 additions and 21 deletions

View file

@ -67,6 +67,8 @@ fun NodeHeading(node: NodeInfo) {
fun NodeInfoCard(node: NodeInfo) {
// Text("Node: ${it.user?.longName}")
Row(modifier = LayoutPadding(16.dp)) {
UILog.debug("showing NodeInfo $node")
UserIcon(
modifier = LayoutPadding(start = 0.dp, top = 0.dp, end = 0.dp, bottom = 0.dp),
user = node