meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
681 stars 196 forks source link

Adds hardware model string to NodeInfo card ui if available #1111

Closed jamesarich closed 3 months ago

jamesarich commented 3 months ago

Adds hardware model string to NodeInfo cards if available

image

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

rcarteraz commented 3 months ago

Adds hardware model string to NodeInfo cards if available

This thing is starting to get pretty busy! I think we really need to consider an updated UI approach to included a dedicated node details page where some of this information can be shown in that view, rather than the little preview card.

jamesarich commented 3 months ago

rather than the little preview card

I could see a case for an expandable card as well, with action buttons.

rcarteraz commented 3 months ago

rather than the little preview card

I could see a case for an expandable card as well, with action buttons.

That sounds reasonable in absence of a node details view.

jamesarich commented 3 months ago

Expandable cards would need to have more consideration and discussion beyond the original intent of this PR which is to expose the node's hardware model (which fwict is not visible anywhere else). Is there any roadmap or ux guidelines that we could reference here for future UI improvements to expose any other node info not currently visible to the user?