- Add LogsPage.tsx re-export alias pointing to LogListPage
- Add src/tests/log-ui-model.test.ts with 26 targeted tests for log
UI-model and helper semantics (getLogStatusMeta, findTodayLog
integration, format helpers, equipment labels, truncate,
getTodayDateString, WEATHER_OPTIONS)
- Refactor LogFormPage to use ADM Form/Form.Item/Form.Header for
section layout, ADM Input for text fields, ADM Stepper for worker
count; remove hand-rolled FieldLabel and RequiredMark helpers
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>