Skip to content

Add per-message transport method icons for new message format#4643

Merged
jamesarich merged 2 commits intomeshtastic:mainfrom
Kealper:message-clouds
Feb 25, 2026
Merged

Add per-message transport method icons for new message format#4643
jamesarich merged 2 commits intomeshtastic:mainfrom
Kealper:message-clouds

Conversation

@Kealper
Copy link
Copy Markdown
Contributor

@Kealper Kealper commented Feb 25, 2026

This commit changes around the location of the transport mechnanism icon to more accurately reflect the individual message transport status when multiple messages from the same node are grouped together into a block.

This also addresses a padding issue with the alert bell character that I found while testing this. The code to add the bell to the right of the hops was originally padding the end of the string, which did nothing. This moves the padding to the start of the string which gives it a bit of separation from the other items.

Before:
before-me

before

After:
after-me

after

Also fix padding on alert bell character
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 16.27%. Comparing base (b5e5c9c) to head (318432c).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4643   +/-   ##
=======================================
  Coverage   16.27%   16.27%           
=======================================
  Files          80       80           
  Lines        4036     4036           
  Branches      699      699           
=======================================
  Hits          657      657           
  Misses       3255     3255           
  Partials      124      124           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Feb 25, 2026
Merged via the queue into meshtastic:main with commit ce2d4c6 Feb 25, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants