Files
trail-mate/modules
Trail Mate Dev bceb86e35b fix(map): preserve pager map viewport (#48)
Keep the compact map zoom and pan state across page re-entry while leaving explicit center actions responsible for resetting the viewport.
2026-06-02 04:50:55 +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.