Go to file
caoqianming c2cac19f7e fix(points): ensure equipment map is loaded before rendering point list
loadPoints() relies on state.equipmentMap to display bound equipment names.
Running it in parallel with loadEquipments() caused a race condition where
points rendered before the map was populated, showing all as "Unbound".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:21:57 +08:00
docs refactor(web): remove dead code and translate plan docs to Chinese 2026-03-26 08:57:29 +08:00
migrations feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
src fix(logs): follow rotated log files in stream 2026-03-26 13:41:36 +08:00
web fix(points): ensure equipment map is loaded before rendering point list 2026-03-26 16:21:57 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
API.md feat: api文档更新 2026-03-26 13:55:35 +08:00
Cargo.lock feat: add page 2026-03-11 13:23:05 +08:00
Cargo.toml feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00