fix(node): list and detail usability fixes (#4336)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-27 12:33:46 -06:00 committed by GitHub
parent 3f45687351
commit dff3e60b8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 284 additions and 306 deletions

View file

@ -94,8 +94,8 @@ import org.meshtastic.core.ui.component.ScrollToTopEvent
import org.meshtastic.core.ui.component.smartScrollToTop
import org.meshtastic.core.ui.icon.Close
import org.meshtastic.core.ui.icon.Delete
import org.meshtastic.core.ui.icon.HardwareModel
import org.meshtastic.core.ui.icon.MeshtasticIcons
import org.meshtastic.core.ui.icon.QrCode2
import org.meshtastic.core.ui.icon.SelectAll
import org.meshtastic.core.ui.icon.VolumeMuteTwoTone
import org.meshtastic.core.ui.icon.VolumeUpTwoTone
@ -231,7 +231,7 @@ fun ContactsScreen(
),
onClick = onNavigateToShare,
) {
Icon(MeshtasticIcons.HardwareModel, contentDescription = stringResource(Res.string.share_contact))
Icon(MeshtasticIcons.QrCode2, contentDescription = stringResource(Res.string.share_contact))
}
},
) { paddingValues ->