Files
meshcore-open/lib/screens
Seth Golub 2763d83fe4 Use correct channel icons in channel chat screen
At the top of the channel chat screen is an icon, indicating the
channel type.

Previously, the public icon was used correctly, but the
hashtag icon was used for all other types.

Now, consistent with the channels screen, we use the lock icon for
private channels, and the composite icons for community public &
community hashtag types.

The fix for private channels was trivial, as we can identify hashtag
channels by their name. Finding out whether a channel belongs to a
community is much more involved. All the hard-working code was copied
from channels_screen.dart. (I tried refactoring to reduce duplication,
but my results were complex and not worth it.)

Closes #432
2026-05-11 21:13:50 -07:00
..
2026-04-14 12:01:42 -07:00
2026-04-14 12:01:42 -07:00
2026-05-01 01:38:31 +03:00
2026-02-22 11:34:37 -08:00
2026-04-14 12:01:42 -07:00
2026-04-14 12:01:42 -07:00
2026-05-01 01:38:31 +03:00
2026-05-08 13:37:17 -07:00
2026-04-14 12:01:42 -07:00
2026-04-14 12:01:42 -07:00
2026-04-14 12:01:42 -07:00
2026-04-14 12:01:42 -07:00