Files
trail-mate/modules
Trail Mate Dev f040faed0b fix(chat-ui): repair pager chat and contact protocol labels (#46 #49 #51)
Carry conversation timestamps into the legacy pager list, force names/previews/time/unread labels to single-line bounded widths, keep MeshCore unknown senders from rendering as Me, show protocol prefixes in Contacts, and rebind the shared two-pane navigation after refresh so Team/Chat/Contacts filters become reachable.
2026-06-02 04:48:23 +08:00
..
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-30 15:57:13 +08:00
2026-05-30 16:46:24 +08:00
2026-05-30 15:01:59 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-30 15:57:13 +08:00

Shared Modules

This directory will contain platform-independent business and reusable logic.

Examples of intended module types:

  • chat domain and use cases
  • GPS logic and filtering
  • team/domain/protocol logic
  • hostlink protocol logic
  • shared system abstractions
  • non-visual UI state/presenter logic

Code placed here should not directly depend on Arduino, ESP-IDF, FreeRTOS, LVGL, board headers, or hardware drivers.