mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-18 03:16:12 +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>
24 lines
489 B
Markdown
24 lines
489 B
Markdown
# ui_map_runtime
|
|
|
|
Map runtime helpers.
|
|
|
|
May contain:
|
|
|
|
- map tile identity/source/cache ports
|
|
- tile resolver
|
|
- render queue
|
|
- map overlay projectors
|
|
- filesystem tile source adapters
|
|
|
|
Must not contain:
|
|
|
|
- LVGL widget tree ownership
|
|
- app shell startup
|
|
- build entrypoints
|
|
- board facts
|
|
- renderer layout policy
|
|
|
|
This module was split from `modules/ui_shared` during the Phase 8 structural
|
|
migration batch. The old `ui/map_tiles/*` and `ui/map_overlay/*` headers remain
|
|
forwarding headers.
|