Commit Graph
4 Commits
Author SHA1 Message Date
ArmorandClaude Opus 4.7 2fef743e83 feat: timeline refactor, docking UI, location/state dropdowns, sim_time cleanup
Templates:
- mission_timeline_preview: client-side rendering with lane stacking, wheel zoom,
  drag pan, percentage-based layout, event dedup, scale labels
- asset_detail: dock/undock modals with time selection, future event warning,
  Mission Label column replacing Location/State
- asset_entry_form: all_locations expanded to 72 items (draft board hierarchy),
  all_states dynamic from DB, event point dropdown uses same list
- Remove sim_time from all template url_for links
- base.html: remove Today button

JS:
- app.js: sim_time controls use POST /api/v1/sim-time API instead of URL param

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 15:29:10 +08:00
ArmorandClaude Opus 4.7 daad4ccac9 feat: add DockingEvent model and docking styles
- Add DockingEvent model with parent/child asset relations, docked_at/undocked_at timestamps
- Add docking migration for new docking_events table
- Add .ad-dock, .ad-dock-box, .ad-dock-item, .ad-undock CSS classes

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 15:28:50 +08:00
Armor fee9b13ada feat: improve mission asset operations 2026-05-28 11:32:11 +08:00
Armor 507fb9789a update 2026-05-08 15:16:04 +08:00