mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-16 07:39:52 +00:00
* refactor: render chat rows from presentation state * Fix Meshtastic channel sync and add MeshCore CN preset * Add granular chat notification settings * Add SD settings backup and restore * Prepare 0.1.26-alpha release --------- Co-authored-by: vicliu624 <vicliu@outlook.com>
21 lines
427 B
Markdown
21 lines
427 B
Markdown
# ui_chat_runtime
|
|
|
|
Chat runtime scheduling helpers.
|
|
|
|
May contain:
|
|
|
|
- chat event pump
|
|
- UI refresh sink ports
|
|
- chat page runtime scheduling helpers
|
|
|
|
Must not contain:
|
|
|
|
- LVGL widget trees
|
|
- app shell startup
|
|
- build entrypoints
|
|
- board facts
|
|
- renderer-specific layout
|
|
|
|
This module was split from `modules/ui_shared` during the Phase 8 structural
|
|
migration batch. The old `ui/screens/chat/*` headers remain forwarding headers.
|